mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
8 lines
192 B
C
8 lines
192 B
C
#ifndef SAT_PREF_DEBUG_H
|
|
#define SAT_PREF_DEBUG_H 1
|
|
|
|
GtkWidget *sat_pref_debug_create(void);
|
|
void sat_pref_debug_cancel(void);
|
|
void sat_pref_debug_ok(void);
|
|
|
|
#endif
|