#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "blockers.h"
#include "iscode.h"
Include dependency graph for blockers.c:
Functions | |
int | newblocker (void) |
void | appendblocker (char *meth) |
void | appendanonymousblocker (char *meth) |
char * | closeblocker (void) |
void | defblockers (char *name, int state) |
void | dumpblockersdef (void) |
void | dumpblockers (char *class) |
Variables | |
char * | class_name |
int | defn |
int | defmax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|