7 lines
95 B
C
7 lines
95 B
C
#ifndef __ABOUT_H__
|
|
#define __ABOUT_H__
|
|
|
|
void about(GtkWidget *widget, gpointer data);
|
|
|
|
#endif
|