Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phonegi-bin.h 343 B
// Those are the headers for the pgi-bin stuff.
//
// (c) 2004 Savoir-faire Linux inc.
// Author: Jerome Oufella <jerome.oufella@savoirfairelinux.com>
//
#ifndef __PHONEGI_BIN_H__
#define __PHONEGI_BIN_H__

#include "global.h"

class phonegibin {
public:
	int exec (const char *scriptName);
protected:
private:
};

#endif	// __PHONEGI_BIN_H__