mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 00:25:53 +01:00
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDCheckExitCode()' functions in 'lib/rdconf.[cpp|h]. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
#include <QSqlDatabase>
|
||||
#include <QVariant>
|
||||
|
||||
#include <rdconfig.h>
|
||||
|
||||
/* Function Prototypes */
|
||||
int GetPrivateProfileBool(const char *,const char *,const char *,bool);
|
||||
int GetPrivateProfileString(const char *,const char *,const char *,char *,
|
||||
@@ -110,5 +112,8 @@ bool RDModulesActive();
|
||||
QByteArray RDStringToData(const QString &str);
|
||||
QString RDStringToHex(const QString &str);
|
||||
QList<pid_t> RDGetPids(const QString &program);
|
||||
int RDCheckExitCode(const QString &msg,int exit_code);
|
||||
int RDCheckExitCode(RDConfig *config,const QString &msg,int exit_code);
|
||||
|
||||
|
||||
#endif // RDCONF_H
|
||||
|
||||
Reference in New Issue
Block a user