aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signal_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signal_lib.h')
-rw-r--r--src/include/gnunet_signal_lib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_signal_lib.h b/src/include/gnunet_signal_lib.h
index 167da160a..5d6e861a9 100644
--- a/src/include/gnunet_signal_lib.h
+++ b/src/include/gnunet_signal_lib.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Christian Grothoff 22 * @author Christian Grothoff
@@ -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 */