spkgdeveloper's documentation

sigtrap.h

00001 /*----------------------------------------------------------------------*\
00002 |* spkg - The Unofficial Slackware Linux Package Manager                *|
00003 |*                                      designed by Ondøej Jirman, 2005 *|
00004 |*----------------------------------------------------------------------*|
00005 |*          No copy/usage restrictions are imposed on anybody.          *|
00006 \*----------------------------------------------------------------------*/
00010 #ifndef SPKG__SIGTRAP_H
00011 #define SPKG__SIGTRAP_H
00012 
00013 #include <glib.h>
00014 #include "error.h"
00015 
00016 G_BEGIN_DECLS
00017 
00019 extern gboolean sig_break;
00020 
00026 extern gint sig_trap(struct error* e);
00027 
00028 G_END_DECLS
00029 
00030 #endif
00031 
Documentation for spkg, Sun Jul 23 13:12:53 2006.