aboutsummaryrefslogtreecommitdiffstats
path: root/main/sipsak/fix-inline.patch
blob: 7d865853f3ccd219667f3f1fdf2b668dd552df26 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/header_f.h.orig b/header_f.h
index 19d22b4..64885f0 100644
--- a/header_f.h.orig
+++ b/header_f.h
@@ -61,5 +61,5 @@ void new_transaction(char *message);
 
 void print_message_line(char *message);
 
-inline char* get_body(char *mes);
+extern char* get_body(char *mes);
 #endif