summaryrefslogtreecommitdiffstats
path: root/SignalItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'SignalItem.h')
-rw-r--r--SignalItem.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/SignalItem.h b/SignalItem.h
index 071d8d89..04828c0a 100644
--- a/SignalItem.h
+++ b/SignalItem.h
@@ -1,9 +1,9 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
-#ifndef HEADER_Signal
-#define HEADER_Signal
+#ifndef HEADER_SignalItem
+#define HEADER_SignalItem
/*
-htop
+htop - SignalItem.h
(C) 2004-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
@@ -25,8 +25,8 @@ typedef struct Signal_ {
int number;
} Signal;
-extern char* SIGNAL_CLASS;
+extern char* SIGNAL_CLASS;
Signal* Signal_new(char* name, int number);