hmmm, maybe he don't like mixing slashes and backslashes ...
[obnox/wireshark/wip.git] / print.h
diff --git a/print.h b/print.h
index a0871fb47b2060be9ba3fc3e4dbb831c7335c897..6c2617ff60c8e6ef17cb826415d1b84205e70d79 100644 (file)
--- a/print.h
+++ b/print.h
@@ -5,8 +5,8 @@
  *
  * Gilbert Ramirez <gram@alumni.rice.edu>
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -121,4 +121,8 @@ extern void write_psml_preamble(FILE *fh);
 extern void proto_tree_write_psml(epan_dissect_t *edt, FILE *fh);
 extern void write_psml_finale(FILE *fh);
 
+extern void write_csv_preamble(FILE *fh);
+extern void proto_tree_write_csv(epan_dissect_t *edt, FILE *fh);
+extern void write_csv_finale(FILE *fh);
+
 #endif /* print.h */