variables static, and created functions that manipulate them. Created new headers. Renamed some variables and functions to make their names more menanigful.
9 lines
169 B
C
9 lines
169 B
C
#ifndef __GENERAL_H
|
|
#define __GENERAL_H
|
|
|
|
void general_restore(void);
|
|
void general_store(void);
|
|
void create_generalpage(GtkNotebook *);
|
|
|
|
#endif /* #ifndef __GENERAL_H */
|