diff options
author | Christian Kampka <christian@kampka.net> | 2015-11-10 07:25:23 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 07:32:42 +0000 |
commit | 72e6339169f05936ef120d629d05743f6291c479 (patch) | |
tree | feb62961822e78e7bc771e155ede3f38531c5823 /main/sipsak/fix-inline.patch | |
parent | 239f200260aa7706d9253061c944e969a3455f9a (diff) | |
download | aports-72e6339169f05936ef120d629d05743f6291c479.tar.bz2 aports-72e6339169f05936ef120d629d05743f6291c479.tar.xz |
main/sipsak: fix inline compile error
Diffstat (limited to 'main/sipsak/fix-inline.patch')
-rw-r--r-- | main/sipsak/fix-inline.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/sipsak/fix-inline.patch b/main/sipsak/fix-inline.patch new file mode 100644 index 0000000000..7d865853f3 --- /dev/null +++ b/main/sipsak/fix-inline.patch @@ -0,0 +1,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 |