qps-packaging/src/commandutils.h
Alf Gaida 3e328b47c6 Cherry-picking upstream version 1.10.16+20151210.
Removed dbg package in favor of dbgsym.
Removed unused files and licenses from copyright.
Installed manpage.
2015-12-27 03:37:48 +01:00

18 lines
370 B
C

// commandutils.h
//
// This program is free software. See the file COPYING for details.
// Author: Mattias Engdeg?rd, 1997-1999
#ifndef COMMANDUTILS_H
#define COMMANDUTILS_H
#include <QString>
int find_command(QString s);
bool hasAmpersand(QString cmdline);
void check_command(int idx);
void check_commandAll();
void add_default_command();
#endif // COMMANDUTILS_H