blob: 6800fbccb05eeaa6ba868cfeb1084f57c68cbe50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- src/net-snmp.i.orig Wed Sep 21 20:50:18 2005
+++ src/net-snmp.i Wed Sep 21 20:50:35 2005
@@ -11,10 +11,10 @@
// A few type definitions to clarify what to do
-typedef unsigned long size_t
-typedef char u_char
-typedef unsigned long u_long
-typedef unsigned short u_short
+typedef unsigned long size_t;
+typedef char u_char;
+typedef unsigned long u_long;
+typedef unsigned short u_short;
// Includes for both the C code and to generate the interface
|