No need for a routine to return a GSList of extensions for compressed files.
[metze/wireshark/wip.git] / wiretap / peekclassic.h
index 14121d82c54ca07d26b6db0af7f5262b394db6ff..0b4857c4a68e41640a3e7a6353aad35c4f9924a5 100644 (file)
@@ -1,6 +1,4 @@
 /* peekclassic.h
- *
- * $Id$
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -28,7 +26,6 @@
 #include <wtap.h>
 #include "ws_symbol_export.h"
 
-WS_DLL_LOCAL
-int peekclassic_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val peekclassic_open(wtap *wth, int *err, gchar **err_info);
 
 #endif