aboutsummaryrefslogtreecommitdiffhomepage
path: root/signal.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-18 16:30:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-18 16:30:30 -0800
commit9992b8eb0e3366ff8a3948aa0b66a19c3c12c737 (patch)
tree6dda0fef85812016fbba9ea067c9d586092b506d /signal.h
parentbab69f26724028d16054a3daf5c78aad7c67bb2d (diff)
Apply new indentation, brace, and whitespace style
Diffstat (limited to 'signal.h')
-rw-r--r--signal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/signal.h b/signal.h
index 3bc7527d..dcd2b6e9 100644
--- a/signal.h
+++ b/signal.h
@@ -12,17 +12,17 @@ The library for various signal related issues
Get the integer signal value representing the specified signal, or
-1 of no signal was found
*/
-int wcs2sig( const wchar_t *str );
+int wcs2sig(const wchar_t *str);
/**
Get string representation of a signal
*/
-const wchar_t *sig2wcs( int sig );
+const wchar_t *sig2wcs(int sig);
/**
Returns a description of the specified signal.
*/
-const wchar_t *signal_get_desc( int sig );
+const wchar_t *signal_get_desc(int sig);
/**
Set all signal handlers to SIG_DFL
@@ -40,7 +40,7 @@ void signal_set_handlers();
\param sig The signal to specify the action of
\param do_handle If true fish will catch the specified signal and fire an event, otherwise the default action (SIG_DFL) will be set
*/
-void signal_handle( int sig, int do_handle );
+void signal_handle(int sig, int do_handle);
/**
Block all signals