fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
fhq-server
src
utils
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
6
class
UtilsPrepareDebPackage
{
7
public
:
8
static
void
prepare
(QString repo, QString tmpdeb);
9
};
10
11
#endif // UTILS_PREPARE_TMP_DEB_PACKAGE_H
UtilsPrepareDebPackage::prepare
static void prepare(QString repo, QString tmpdeb)
Definition:
utils_prepare_deb_package.cpp:8
UtilsPrepareDebPackage
Definition:
utils_prepare_deb_package.h:6
Generated by
1.8.13