summaryrefslogtreecommitdiff
path: root/net/ss5/files/patch-include_SS5Debug.h
blob: 8c39236f17852987118cee32c3958db85febc66b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--- include/SS5Debug.h.orig	2009-08-02 01:58:07.000000000 -0500
+++ include/SS5Debug.h
@@ -19,37 +19,37 @@
 #ifndef SS5DEBUG_H
 #define SS5DEBUG_H 1
 
-inline void
+void
   S5DebugMethodInfo( 	pid_t pid,
                         struct _SS5ClientInfo ci
 );
 
-inline void
+void
   S5DebugAuthInfo(	pid_t pid,
                         struct _SS5ClientInfo ci
 );
 
-inline void
+void
   S5DebugRequestInfo( 	pid_t pid,
                         struct _SS5RequestInfo ri
 );
 
-inline void
+void
  S5DebugUdpRequestInfo( pid_t pid,
                         struct _SS5RequestInfo ri
 );
 
-inline void
+void
   S5DebugUpstreamInfo(	pid_t pid,
                         struct _SS5RequestInfo ri
 );
 
-inline void
+void
   S5DebugFacilities( 	pid_t pid,
                         struct _SS5Facilities fa
 );
 
-inline void
+void
   S5DebugStatistics( 	pid_t pid
 );