summaryrefslogtreecommitdiff
path: root/src/remoteinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteinfo.h')
-rw-r--r--src/remoteinfo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/remoteinfo.h b/src/remoteinfo.h
new file mode 100644
index 0000000..37092d0
--- /dev/null
+++ b/src/remoteinfo.h
@@ -0,0 +1,9 @@
+#ifndef REMOTEINFO_H
+#define REMOTEINFO_H
+
+#include "stralloc.h"
+#include "uint_t.h"
+
+extern int remoteinfo(stralloc *,char *,uint16,char *,uint16,unsigned int,uint32);
+
+#endif