diff options
author | dequis <dx@dxzone.com.ar> | 2015-05-30 23:31:24 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-05-30 23:31:24 -0300 |
commit | 73f0a012a1f6b3e5fa3c7905e4f216b5ac29a30c (patch) | |
tree | 432ebfd4e2f953de24be099fc6e796b788242267 /lib/misc.h | |
parent | 6e21525c241d5f70767463577392aac481d3b051 (diff) |
Move twitter_parse_id() to parse_int64() in misc.c
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,5 +148,6 @@ G_MODULE_EXPORT int md5_verify_password(char *password, char *hash); G_MODULE_EXPORT char **split_command_parts(char *command, int limit); G_MODULE_EXPORT char *get_rfc822_header(const char *text, const char *header, int len); G_MODULE_EXPORT int truncate_utf8(char *string, int maxlen); +G_MODULE_EXPORT gboolean parse_int64(char *string, int base, guint64 *number); #endif |