File: ee_conf.h

package info (click to toggle)
eeyes 1%3A0.3-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,596 kB
  • ctags: 569
  • sloc: ansic: 8,868; sh: 4,798; makefile: 293; sed: 93
file content (25 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*****************             Electirc Eyes           ***********************/
/* This software is Copyright (C) 1998 but The Rasterman (Carsten Haitzler). */
/* This software falls under the GNU Public License. Please read the COPYING */
/* file for more information                                                 */
/*****************************************************************************/

#ifndef __EE_CONF_H__
#define __EE_CONF_H__

#include <gtk/gtk.h>
#include <gdk_imlib.h>
#include <gnome.h>

#ifdef __cplusplus
extern              "C"
{
#endif                          /* __cplusplus */
void           ee_conf_save(void);
void           ee_conf_load(void);
void           ee_conf_set_options(void);
#ifdef __cplusplus
}
#endif                          /* __cplusplus */

#endif