fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
utils_prepare_deb_package.h
Go to the documentation of this file.
1 #ifndef UTILS_PREPARE_TMP_DEB_PACKAGE_H
2 #define UTILS_PREPARE_TMP_DEB_PACKAGE_H
3 
4 #include <QString>
5 
7  public:
8  static void prepare(QString repo, QString tmpdeb);
9 };
10 
11 #endif // UTILS_PREPARE_TMP_DEB_PACKAGE_H
static void prepare(QString repo, QString tmpdeb)
Definition: utils_prepare_deb_package.cpp:8
Definition: utils_prepare_deb_package.h:6