diff options
Diffstat (limited to 'src/portable.h')
-rw-r--r-- | src/portable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable.h b/src/portable.h index 0a88079..cf21902 100644 --- a/src/portable.h +++ b/src/portable.h @@ -24,7 +24,7 @@ portable_off_t portable_ftell(FILE *f); char portable_pathSeparator(); char portable_pathListSeparator(); const char * portable_ghostScriptCommand(); -const char * portable_dotCommand(); +const char * portable_commandExtension(); bool portable_fileSystemIsCaseSensitive(); FILE * portable_popen(const char *name,const char *type); int portable_pclose(FILE *stream); |