diff -r 000000000000 -r 9b9c7e8b9147 api.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/api.h Tue Jul 19 14:44:30 2005 +0000 @@ -0,0 +1,13 @@ +#ifndef API_H +#define API_H + +#include + +class API +{ +public: + void parseCommand (const QString&, QString &, QString &); + void getString (const QString&, QString &); +}; + +#endif