summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-22 13:14:55 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-22 13:14:55 -0400
commit8327883f3f87e03937e57da013b1681a3081c28a (patch)
treedfc4c657c27d8914e2c6d95352fb7702b5f619c4 /Source/cmCPluginAPI.h
parent92ac3689c9eb7de1e2b1555b8566cea2bb9319d2 (diff)
downloadcmake-8327883f3f87e03937e57da013b1681a3081c28a.tar.gz
ENH: Add DisplayStatus
Diffstat (limited to 'Source/cmCPluginAPI.h')
-rw-r--r--Source/cmCPluginAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h
index 311e6ab567..ac2bfa39f2 100644
--- a/Source/cmCPluginAPI.h
+++ b/Source/cmCPluginAPI.h
@@ -57,6 +57,8 @@ typedef struct
void (*SetClientData) (void *info, void *cd);
/* when an error occurs, call this function to set the error string */
void (*SetError) (void *info, const char *err);
+ /* display status information */
+ void (*DisplaySatus) (void *info, const char *message);
/*=========================================================================
The following functions all directly map to methods in the cmMakefile