summaryrefslogtreecommitdiffstats
path: root/Source/cmCPluginAPI.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-11-14 16:03:08 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-11-14 16:03:08 (GMT)
commit1d74cb3e355db759ef7c97e933f2e88dcb692f9f (patch)
tree428a8ac71d79045366302c96c727626b392381c0 /Source/cmCPluginAPI.h
parent2281726935b1a0821bb14dcc96ed99ac9c415845 (diff)
downloadCMake-1d74cb3e355db759ef7c97e933f2e88dcb692f9f.zip
CMake-1d74cb3e355db759ef7c97e933f2e88dcb692f9f.tar.gz
CMake-1d74cb3e355db759ef7c97e933f2e88dcb692f9f.tar.bz2
added another func
Diffstat (limited to 'Source/cmCPluginAPI.h')
-rw-r--r--Source/cmCPluginAPI.h1
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,