mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-09 19:47:54 +00:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef IQPD_QT_GUI_H
|
|
#define IQPD_QT_GUI_H
|
|
|
|
int runGUI( int argc, char* argv[] );
|
|
|
|
#endif // IQPD_QT_GUI_H
|