summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-11-14 11:16:58 -0500
committerKen Martin <ken.martin@kitware.com>2002-11-14 11:16:58 -0500
commitf67643112cffc73b0f8425e341952e3eda17d52d (patch)
treea060acdae64c9ad3145d0253f24503818ef7c2ee /Source/cmCPluginAPI.h
parent1d74cb3e355db759ef7c97e933f2e88dcb692f9f (diff)
downloadcmake-f67643112cffc73b0f8425e341952e3eda17d52d.tar.gz
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 1f679d76b3..eaa98d9fc7 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 */