summaryrefslogtreecommitdiffstats
path: root/include/sh_xfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sh_xfer.h')
-rw-r--r--include/sh_xfer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sh_xfer.h b/include/sh_xfer.h
index f4d6108..c041828 100644
--- a/include/sh_xfer.h
+++ b/include/sh_xfer.h
@@ -83,6 +83,10 @@ int sh_xfer_set_interface(const char * c);
*/
void sh_xfer_html_write(void);
+/* register an alias
+ */
+int sh_xfer_register_alias (const char * str);
+
/* register a client
*/
int sh_xfer_register_client (const char * str);