Codebase list smpeg / b6499910-9f56-43de-953b-f75b5e45d52f/main gtv.h
b6499910-9f56-43de-953b-f75b5e45d52f/main

Tree @b6499910-9f56-43de-953b-f75b5e45d52f/main (Download .tar.gz)

gtv.h @b6499910-9f56-43de-953b-f75b5e45d52f/mainraw · history · blame

#ifndef GTV_H
#define GTV_H

#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>

#include "smpeg.h"

#define FILENAME_BUFFER_SIZE 256

#ifdef __cplusplus
extern "C" {
#endif

/* Nothing here presently. */

#ifdef __cplusplus
}
#endif

#endif