Path : /etc/cpguard/include/ |
Current File : //etc/cpguard/include/CPGactions.h |
#ifndef CPGACTIONS_H #define CPGACTIONS_H extern int performActionSusp(); extern int performActionBinary(); extern int performActionVirus(); extern int writeLog(const char *, const char* ); extern int copyfile(char[]); #endif