diff options
author | louie <lshprung@yahoo.com> | 2020-07-01 17:40:02 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-07-01 17:40:02 -0700 |
commit | 7e8fc4779554ebee40aca0de544c7409e4f75bd9 (patch) | |
tree | 60910ddcef14df2508faf3771f0d33b856ccc765 /read_cfg.h | |
parent | a0e2638287b718768eed2e9dcdf64cb617d37b14 (diff) |
Added support for WSL
Diffstat (limited to 'read_cfg.h')
-rw-r--r-- | read_cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,4 +5,6 @@ void cfg_interp(); void check_line(char *buffer); +int get_compmode(); + #endif |