aboutsummaryrefslogtreecommitdiffstats
path: root/src/gerror.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/gerror.h (renamed from src/sig_handlers.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sig_handlers.h b/src/gerror.h
index 32e9bad95..fe4c54da9 100644
--- a/src/sig_handlers.h
+++ b/src/gerror.h
@@ -17,9 +17,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_SIG_HANDLERS_H
-#define MPD_SIG_HANDLERS_H
+#ifndef MPD_GERROR_H
+#define MPD_GERROR_H
-void initSigHandlers(void);
+typedef struct _GError GError;
#endif