diff options
author | james <> | 2012-06-22 10:22:25 +0000 |
---|---|---|
committer | james <> | 2012-06-22 10:22:25 +0000 |
commit | c945112e89222e697c3733c69eab685f606a5be5 (patch) | |
tree | 20d0d125ed4d76259f87740d5cd9344bcade24d5 /src/project.h | |
parent | 9a219228a74b32f3b3202609a155d8f22ba47da8 (diff) | |
download | sympathy-c945112e89222e697c3733c69eab685f606a5be5.tar.gz sympathy-c945112e89222e697c3733c69eab685f606a5be5.tar.bz2 sympathy-c945112e89222e697c3733c69eab685f606a5be5.zip |
*** empty log message ***
Diffstat (limited to 'src/project.h')
-rw-r--r-- | src/project.h | 9 |
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__ */ |