aboutsummaryrefslogtreecommitdiff
path: root/src/generate-id.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 11:00:54 -0600
committerTed Gould <ted@gould.cx>2010-12-08 11:00:54 -0600
commit41edd6b1dd171d887fe6bc860a1451358b630add (patch)
tree4b57a01d268833b2a7f609bb44d00643e63b5d87 /src/generate-id.h
parenta977f312789bec573e7256b50531f44bc8d45a85 (diff)
downloadlibayatana-appindicator-41edd6b1dd171d887fe6bc860a1451358b630add.tar.gz
libayatana-appindicator-41edd6b1dd171d887fe6bc860a1451358b630add.tar.bz2
libayatana-appindicator-41edd6b1dd171d887fe6bc860a1451358b630add.zip
Adding in some '_' so that the symbols don't get exported in the library.
Diffstat (limited to 'src/generate-id.h')
-rw-r--r--src/generate-id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generate-id.h b/src/generate-id.h
index 9d3167d..2c31921 100644
--- a/src/generate-id.h
+++ b/src/generate-id.h
@@ -25,6 +25,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <glib.h>
#include "app-indicator.h"
-guint32 generate_id (const AppIndicatorCategory category, const gchar * id);
+guint32 _generate_id (const AppIndicatorCategory category, const gchar * id);
#endif /* __GENERATE_ID_H__ */