]> andersk Git - openssh.git/blobdiff - misc.h
- (bal) redo how we handle 'mysignal()'. Move it to
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index 3b4b879676f497b3b2d322af55b8ac66f57a0fef..6d2869b3612246729660b97163e112ee20dafa00 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -31,7 +31,3 @@ struct arglist {
        int     nalloc;
 };
 void    addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
-
-/* wrapper for signal interface */
-typedef void (*mysig_t)(int);
-mysig_t mysignal(int sig, mysig_t act);
This page took 0.031329 seconds and 4 git commands to generate.