mswsp: Remove null check (CID1355407)
[jlayton/wireshark.git] / wsutil / type_util.h
index 5cd81fd5149f3b770f1cd35e8bf8ae22d4c8add0..cf7ac557c416e0e7211390d9025b61155bcc37d3 100644 (file)
@@ -1,8 +1,6 @@
 /* type_util.h
  * Types utility definitions
  *
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef __TYPE_UTIL_H__
 #define __TYPE_UTIL_H__
 
+#include <glib.h>
+#include "ws_symbol_export.h"
 
 /*
  * guint64 to gdouble conversions taken from gstutils.h of GStreamer project
@@ -40,7 +40,9 @@
  *
  */
 
+WS_DLL_PUBLIC
 guint64         type_util_gdouble_to_guint64(gdouble value);
+WS_DLL_PUBLIC
 gdouble         type_util_guint64_to_gdouble(guint64 value);
 
 #ifdef _WIN32