From 44344490bb66126be25f5f9bb18d29c43db01cd1 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 3 Jun 2012 17:09:05 +0200 Subject: [PATCH] src: minor update in header file Signed-off-by: Daniel Borkmann --- README | 4 ++-- src/alsa.c | 3 +-- src/alsa.h | 3 +-- src/built_in.h | 3 +-- src/call_notifier.c | 3 +-- src/call_notifier.h | 5 ++--- src/cli.c | 3 +-- src/clicmds.c | 3 +-- src/clicmds.h | 3 +-- src/die.h | 8 ++++++-- src/engine.c | 3 +-- src/gf.c | 3 +-- src/gf.h | 3 +-- src/locking.h | 3 +-- src/notifier.c | 3 +-- src/notifier.h | 3 +-- src/stun.c | 3 +-- src/transsip.c | 3 +-- src/v4l_player.c | 3 +-- src/xmalloc.c | 3 +-- src/xmalloc.h | 3 +-- src/xutils.c | 3 +-- src/xutils.h | 3 +-- 23 files changed, 30 insertions(+), 47 deletions(-) diff --git a/README b/README index 96e74b7..4940f40 100644 --- a/README +++ b/README @@ -29,8 +29,8 @@ a weak encryption or no encryption at all. And as you see from Skype's analysis, there cannot come anything good from that software. We do not only want to blame Skype, but there's lots of such crap out there that cannot be trusted. Also, some of the existing solutions route voice traffic through their private servers -and use these data for other purposes. Therefore our software closes this gap of -an open source solution to preserve users privacy. +and use these data for other purposes. Therefore, our software closes this gap +of an open source solution to preserve users privacy. The transsip toolkit is an open source project covered by the GNU General Public License. For any questions or feedback about transsip you are welcome diff --git a/src/alsa.c b/src/alsa.c index 00bf6d1..34c50b4 100644 --- a/src/alsa.c +++ b/src/alsa.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011-2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011-2012 Daniel Borkmann * Copyright 2004-2006 Jean-Marc Valin * Copyright 2006 Commonwealth Scientific and Industrial Research * Organisation (CSIRO) Australia (2-clause BSD) diff --git a/src/alsa.h b/src/alsa.h index 1fbfd4d..f2a1a79 100644 --- a/src/alsa.h +++ b/src/alsa.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/built_in.h b/src/built_in.h index c8b8c51..9301458 100644 --- a/src/built_in.h +++ b/src/built_in.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/call_notifier.c b/src/call_notifier.c index 260d5c4..cddc6fd 100644 --- a/src/call_notifier.c +++ b/src/call_notifier.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/call_notifier.h b/src/call_notifier.h index 09a351a..afc4e08 100644 --- a/src/call_notifier.h +++ b/src/call_notifier.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ @@ -24,4 +23,4 @@ extern int register_call_notifier_once(struct event_block *block); extern int unregister_call_notifier(struct event_block *block); extern int call_notifier_exec(unsigned long event, const void *arg); -#endif +#endif /* CHAINS_H */ diff --git a/src/cli.c b/src/cli.c index 99fb9c8..089de60 100644 --- a/src/cli.c +++ b/src/cli.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/clicmds.c b/src/clicmds.c index e59a5f0..2dc3828 100644 --- a/src/clicmds.c +++ b/src/clicmds.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/clicmds.h b/src/clicmds.h index 4859522..5683f44 100644 --- a/src/clicmds.h +++ b/src/clicmds.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/die.h b/src/die.h index f7f9190..227f948 100644 --- a/src/die.h +++ b/src/die.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ @@ -24,19 +23,24 @@ static inline void die(void) static inline void panic(char *msg, ...) { va_list vl; + va_start(vl, msg); vfprintf(stderr, msg, vl); va_end(vl); + fflush(stderr); + die(); } static inline void whine(char *msg, ...) { va_list vl; + va_start(vl, msg); vfprintf(stderr, msg, vl); va_end(vl); + fflush(stderr); } diff --git a/src/engine.c b/src/engine.c index 0c731b3..6ab4221 100644 --- a/src/engine.c +++ b/src/engine.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/gf.c b/src/gf.c index 541914d..e20d301 100644 --- a/src/gf.c +++ b/src/gf.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2012 Daniel Borkmann * Subject to the GPL, version 2. * Based on Bhaskar Biswas and Nicolas Sendrier McEliece * implementation, LGPL 2.1. diff --git a/src/gf.h b/src/gf.h index b440d51..5ba00ea 100644 --- a/src/gf.h +++ b/src/gf.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2012 Daniel Borkmann * Subject to the GPL, version 2. * Based on Bhaskar Biswas and Nicolas Sendrier McEliece * implementation, LGPL 2.1. diff --git a/src/locking.h b/src/locking.h index 740fa17..049e72c 100644 --- a/src/locking.h +++ b/src/locking.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/notifier.c b/src/notifier.c index 0795fe5..1c0c8f9 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/notifier.h b/src/notifier.h index 7778d1b..269fe58 100644 --- a/src/notifier.h +++ b/src/notifier.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/stun.c b/src/stun.c index 8f6a758..b12c6eb 100644 --- a/src/stun.c +++ b/src/stun.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/transsip.c b/src/transsip.c index 9b42fa3..4ecf144 100644 --- a/src/transsip.c +++ b/src/transsip.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/v4l_player.c b/src/v4l_player.c index d9c3dde..cd7fd0c 100644 --- a/src/v4l_player.c +++ b/src/v4l_player.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/xmalloc.c b/src/xmalloc.c index 4dc5a2c..29e4fc9 100644 --- a/src/xmalloc.c +++ b/src/xmalloc.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/xmalloc.h b/src/xmalloc.h index 51a8a57..c9585bd 100644 --- a/src/xmalloc.h +++ b/src/xmalloc.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/xutils.c b/src/xutils.c index 27b6383..482c580 100644 --- a/src/xutils.c +++ b/src/xutils.c @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ diff --git a/src/xutils.h b/src/xutils.h index d328905..61c6b17 100644 --- a/src/xutils.h +++ b/src/xutils.h @@ -1,8 +1,7 @@ /* * transsip - the telephony toolkit * By Daniel Borkmann - * Copyright 2011, 2012 Daniel Borkmann , - * Swiss federal institute of technology (ETH Zurich) + * Copyright 2011, 2012 Daniel Borkmann * Subject to the GPL, version 2. */ -- 2.11.4.GIT