Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 53cc7e02d8a76b200cbe189ce9bf3035 > files > 294

mrtg-2.16.4-3.fc14.x86_64.rpm

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

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

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