diff options
Diffstat (limited to 'pc/popen.h')
-rw-r--r-- | pc/popen.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ # endif # define popen(c, m) os_popen(c, m) # define pclose(f) os_pclose(f) - extern FILE *os_popen( char *, const char * ); + extern FILE *os_popen( const char *, const char * ); extern int os_pclose( FILE * ); # endif #endif |