aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-geolocation-common.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-07-29 16:07:00 +0000
committerBill Meier <wmeier@newsguy.com>2011-07-29 16:07:00 +0000
commitcccda1f9813e23fb455a70bc33d1258d5cf11170 (patch)
tree679b6824e52658ba926daa9e01ce2a57aacbcf55 /epan/dissectors/packet-ppi-geolocation-common.h
parent12592dab19f5433692f71ab42230780e2590bae4 (diff)
Remove unneeded #includes and do other minor cleanup.
svn path=/trunk/; revision=38259
Diffstat (limited to 'epan/dissectors/packet-ppi-geolocation-common.h')
-rw-r--r--epan/dissectors/packet-ppi-geolocation-common.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ppi-geolocation-common.h b/epan/dissectors/packet-ppi-geolocation-common.h
index d92a855569..77176de3a3 100644
--- a/epan/dissectors/packet-ppi-geolocation-common.h
+++ b/epan/dissectors/packet-ppi-geolocation-common.h
@@ -25,7 +25,6 @@
#ifndef __PPI_GEOLOCATION_COMMON_H
#define __PPI_GEOLOCATION_COMMON_H
-#include <glib.h>
/*
* Declarations from shared PPI-GEOLOCATION functions.
@@ -59,14 +58,14 @@
* the fixedX_Y fixed point values into 'native' gdoubles for displaying.
* Documentation on these formats can be found in the PPI-GEOLOCATION specification
*/
-gdouble fixed3_7_to_gdouble(guint32 in);
-gdouble fixed3_6_to_gdouble(guint32 in);
-gdouble fixed6_4_to_gdouble(guint32 in);
+gdouble ppi_fixed3_7_to_gdouble(guint32 in);
+gdouble ppi_fixed3_6_to_gdouble(guint32 in);
+gdouble ppi_fixed6_4_to_gdouble(guint32 in);
/*
* Some values are encoded as 32-bit unsigned nano-second counters.
* Usually we want to display these values as doubles.
*/
-gdouble ns_counter_to_gdouble(guint32 in);
+gdouble ppi_ns_counter_to_gdouble(guint32 in);
typedef enum {