mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
6 lines
108 B
C
6 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
|