aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/misc.h')
-rw-r--r--lib/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/misc.h b/lib/misc.h
index 9f2058b6..12a9edff 100644
--- a/lib/misc.h
+++ b/lib/misc.h
@@ -68,4 +68,6 @@ G_MODULE_EXPORT gboolean ssl_sockerr_again( void *ssl );
G_MODULE_EXPORT int md5_verify_password( char *password, char *hash );
+G_MODULE_EXPORT char **split_command_parts( char *command );
+
#endif