Substitute `-' (magical hyphen) for `\-' (inert minus sign) in the
[sgt/putty] / unix / unix.h
index 534bf92..dc2f3c4 100644 (file)
@@ -50,4 +50,7 @@ int next_socket(int *state, int *rwx);
 #define strnicmp strncasecmp
 #define stricmp strcasecmp
 
+/* BSD-semantics version of signal() */
+void (*putty_signal(int sig, void (*func)(int)))(int);
+
 #endif