File: source.h

package info (click to toggle)
gtoaster 0.19991130-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,700 kB
  • ctags: 1,318
  • sloc: ansic: 12,739; sh: 353; makefile: 217; sed: 93
file content (11 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* The source section of Gtogo */

#ifndef SOURCE_H
#define SOURCE_H

#include <gtk/gtk.h>

GtkWidget *source_create();
void source_init();  // the same as in fsedit.c,stupid but necessary

#endif // SOURCE_H