diff options
Diffstat (limited to 'Source/cmCPluginAPI.h')
-rw-r--r-- | Source/cmCPluginAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h index 1f679d7..eaa98d9 100644 --- a/Source/cmCPluginAPI.h +++ b/Source/cmCPluginAPI.h @@ -137,6 +137,7 @@ typedef struct char *(*Capitalized)(const char *); void (*CopyFileIfDifferent)(const char *f1, const char *f2); char *(*GetFilenameWithoutExtension)(const char *); + char *(*GetFilenamePath)(const char *); void (*RemoveFile)(const char *f1); /* this is the end of the C function stub API structure */ |