aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h25
1 files changed, 8 insertions, 17 deletions
diff --git a/main.h b/main.h
index a653d50..ffba8f7 100644
--- a/main.h
+++ b/main.h
@@ -1,18 +1,9 @@
-#ifndef BLATT09_1_2
-#define BLATT09_1_2
-
-#include "defs.h"
-
-typedef struct student{
- char *vorname;
- char *nachname;
- u32 matrikelnummer;
- char *adresse;
- u8 kurse;
-} Student;
-
-int main();
-void print_studenten();
-void swap(Student *s1, Student *s2);
-
+#ifndef MAIN
+#define MAIN
+
+#include <gtk/gtk.h>
+#include "defs.h"
+
+int main(int argc, char **argv);
+
#endif \ No newline at end of file