1 #ifndef GTV_H
2 #define GTV_H
3 
4 #include <gtk/gtk.h>
5 #include <gdk/gdkkeysyms.h>
6 #include <assert.h>
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <string.h>
10 #include <sys/stat.h>
11 
12 #include "smpeg.h"
13 
14 #define FILENAME_BUFFER_SIZE 256
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 /* Nothing here presently. */
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif
27