Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 7ca84d00a753576dfaee15bac39038f0 > files > 290

mrtg-2.14.5-4.el5.x86_64.rpm

/*
Iulian Radu [v2.0@07.1999]
*/

typedef void (*fnct)(char* buf);

struct fncttbl{
    char* cmd;
    fnct func;
    };