|  | GnuCOBOL
    2.0
    A free COBOL compiler | 
#include <common.h>

| Data Fields | |
| void *(* | funcptr )() | 
| void(* | funcnull )() | 
| cob_field *(* | funcfld )() | 
| int(* | funcint )() | 
| void * | funcvoid | 
| cob_field *(* cob_call_union::funcfld)() | 
| int(* cob_call_union::funcint)() | 
Referenced by cob_call(), cob_cancel_field(), do_cancel_module(), and main().
| void(* cob_call_union::funcnull)() | 
| void *(* cob_call_union::funcptr)() | 
| void * cob_call_union::funcvoid | 
Referenced by cob_call(), cob_call_field(), cob_cancel_field(), cob_set_cancel(), do_cancel_module(), and main().