#include <stdio.h>#include <stdlib.h>#include <string.h>#include "pfpro.h"

Go to the source code of this file.
Defines | |
| #define | IBUFLEN 512 |
Functions | |
| char * | GetNextParm (char **buffer) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 47 of file pfpro.c.
References GetNextParm(), IBUFLEN, pfproCleanup(), pfproCompleteTransaction(), pfproCreateContext(), pfproDestroyContext(), pfproInit(), pfproSubmitTransaction(), and pfproVersion().
1.5.5