summaryrefslogtreecommitdiffstats
path: root/src/isi-ss.h
diff options
context:
space:
mode:
authorTyson Key <tyson.key@gmail.com>2011-01-05 01:28:46 +0100
committerSebastian Reichel <sre@ring0.de>2011-01-05 01:28:46 +0100
commit4ddb2e8a07614d56226930661a5c2344f2734f84 (patch)
tree4ffe692b72943f86e4b334c64236fe4beb4e7f8c /src/isi-ss.h
parentb998dcb8c1e2d463d235f119761f8ca0f7a72740 (diff)
downloadisi-wireshark-plugin-4ddb2e8a07614d56226930661a5c2344f2734f84.tar.bz2
add gss and ss code
Diffstat (limited to 'src/isi-ss.h')
-rw-r--r--src/isi-ss.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/isi-ss.h b/src/isi-ss.h
new file mode 100644
index 0000000..f8bdfb6
--- /dev/null
+++ b/src/isi-ss.h
@@ -0,0 +1,7 @@
+#ifndef _ISI_SS_H
+#define _ISI_SS_H
+
+void proto_reg_handoff_isi_ss(void);
+void proto_register_isi_ss(void);
+
+#endif