aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/export_sslkeys.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-16 18:14:16 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-16 18:14:16 +0000
commit403e6dc86a55a12f1cf586093d4b6a8fa62f91ba (patch)
treee5155f0cc0e573dda3d6055122dcd16b39440083 /ui/gtk/export_sslkeys.h
parent5bcb56b21c1c102001a2b50651ed3e6c9815dc64 (diff)
Move common SSL key export routines to ui/ssl_key_export.[ch]. Make the
exported keys a gchar *. Implement SSL key exports in the Qt UI. Remove some no-longer-necessary packet-ssl*.h includes. Change lastOpenDir().absolutePath() to .canonicalPath(). Get rid of the "Export As PostScript" action. svn path=/trunk/; revision=45589
Diffstat (limited to 'ui/gtk/export_sslkeys.h')
-rw-r--r--ui/gtk/export_sslkeys.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ui/gtk/export_sslkeys.h b/ui/gtk/export_sslkeys.h
index eb81130aaa..1327d13d38 100644
--- a/ui/gtk/export_sslkeys.h
+++ b/ui/gtk/export_sslkeys.h
@@ -34,10 +34,4 @@
*/
extern void savesslkeys_cb(GtkWidget * w, gpointer data);
-/** Dump the SSL Session Keys to a StringInfo string
- *
- * @param session_hash contains all the SSL Session Keys
- */
-extern StringInfo* ssl_export_sessions(GHashTable *session_hash);
-
-#endif /* __MAIN_PROTO_DRAW_H__ */
+#endif /* __EXPORT_SSLKEYS_H__ */