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 6e45d0f..1f679d7 100644 --- a/Source/cmCPluginAPI.h +++ b/Source/cmCPluginAPI.h @@ -118,6 +118,7 @@ typedef struct const char *(*SourceFileGetProperty) (void *sf, const char *prop); int (*SourceFileGetPropertyAsBool) (void *sf, const char *prop); const char *(*SourceFileGetSourceName) (void *sf); + const char *(*SourceFileGetFullPath) (void *sf); void (*SourceFileSetName) (void *sf, const char* name, const char* dir, int numSourceExtensions, const char **sourceExtensions, |