aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signal_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/include/gnunet_signal_lib.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/include/gnunet_signal_lib.h')
-rw-r--r--src/include/gnunet_signal_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_signal_lib.h b/src/include/gnunet_signal_lib.h
index 5d6e861a9..9be1683db 100644
--- a/src/include/gnunet_signal_lib.h
+++ b/src/include/gnunet_signal_lib.h
@@ -68,8 +68,8 @@ typedef void
68 * @return context that can be used to restore, NULL on error 68 * @return context that can be used to restore, NULL on error
69 */ 69 */
70struct GNUNET_SIGNAL_Context * 70struct GNUNET_SIGNAL_Context *
71GNUNET_SIGNAL_handler_install(int signal, 71GNUNET_SIGNAL_handler_install (int signal,
72 GNUNET_SIGNAL_Handler handler); 72 GNUNET_SIGNAL_Handler handler);
73 73
74 74
75/** 75/**
@@ -79,7 +79,7 @@ GNUNET_SIGNAL_handler_install(int signal,
79 * signal handler was installed 79 * signal handler was installed
80 */ 80 */
81void 81void
82GNUNET_SIGNAL_handler_uninstall(struct GNUNET_SIGNAL_Context *ctx); 82GNUNET_SIGNAL_handler_uninstall (struct GNUNET_SIGNAL_Context *ctx);
83 83
84 84
85/** 85/**
@@ -90,7 +90,7 @@ GNUNET_SIGNAL_handler_uninstall(struct GNUNET_SIGNAL_Context *ctx);
90 * @param sig the signal to raise 90 * @param sig the signal to raise
91 */ 91 */
92void 92void
93GNUNET_SIGNAL_raise(const int sig); 93GNUNET_SIGNAL_raise (const int sig);
94 94
95 95
96#if 0 /* keep Emacsens' auto-indent happy */ 96#if 0 /* keep Emacsens' auto-indent happy */