added another func

This commit is contained in:
Ken Martin
2002-11-14 11:03:08 -05:00
parent 2281726935
commit 1d74cb3e35
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -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,