Another "this is < WTAP_MAX_PACKET_SIZE so no checks are needed" note.
[metze/wireshark/wip.git] / wiretap / toshiba.h
index 26d1432afda89e3c48522995b5733a397134a093..a18b98f7705c8c643f38188c1753f27061f99c5e 100644 (file)
@@ -1,6 +1,4 @@
 /* toshiba.h
- *
- * $Id$
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
 #define __W_TOSHIBA_H__
 
 #include <glib.h>
-#include <wtap.h>
+#include "wtap.h"
 #include "ws_symbol_export.h"
 
-WS_DLL_LOCAL
-int toshiba_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val toshiba_open(wtap *wth, int *err, gchar **err_info);
 
 #endif