aboutsummaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h
index b7d9df5..59ba8c7 100644
--- a/src/project.h
+++ b/src/project.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.12 2012/06/22 10:22:25 james
+ * *** empty log message ***
+ *
* Revision 1.11 2008/03/07 12:37:04 james
* *** empty log message ***
*
@@ -104,4 +107,10 @@
#include "sympathy.h"
+static inline char *
+stop_wno_unused_on_rcsid (void)
+{
+ return rcsid;
+}
+
#endif /* __PROJECT_H__ */