]> git.draconx.ca Git - gob-dx.git/blobdiff - src/util.h
Release 0.93.5
[gob-dx.git] / src / util.h
index 8e84318096f107fc10b4d6216ef9a6a6b6685d72..72121ca30a632960b3eb2e58059d0a491614ff04 100644 (file)
@@ -1,5 +1,6 @@
 /* GOB C Preprocessor
  * Copyright (C) 1999-2000 the Free Software Foundation.
+ * Copyright (C) 2000 Eazel, Inc.
  *
  * Author: George Lebl
  *
@@ -50,5 +51,8 @@ enum {
 /* returns TRUE if there are any special types at all */
 gboolean setup_special_array(Class *c, gboolean *special_array);
 
+/* get the id without the first underscore, but only if we're removing them */
+char *get_real_id(char *id);
+
 #endif