ARB
Functions | Variables
aisc_extern.c File Reference
#include <stdio.h>
#include <string.h>
#include <aisc.h>
#include <server.h>
#include "aisc_extern_privat.h"
Include dependency graph for aisc_extern.c:

Go to the source code of this file.

Functions

dll_public * create_dll_public ()
 
int move_dll_header (const dll_header *sobj, dll_header *dobj)
 
int get_COMMON_CNT (dll_header *THIS)
 
dllheader_ext * get_COMMON_PARENT (dll_header *THIS)
 
dllheader_ext * get_COMMON_LAST (dll_header *THIS)
 
aisc_cstring aisc_get_keystring (int *obj)
 
aisc_cstring aisc_get_keystring_dll_header (dll_header *x)
 

Variables

int aisc_d_flags []
 

Function Documentation

dll_public* create_dll_public ( void  )

Definition at line 9 of file aisc_extern.c.

References NULp.

int move_dll_header ( const dll_header *  sobj,
dll_header *  dobj 
)

Definition at line 13 of file aisc_extern.c.

int get_COMMON_CNT ( dll_header *  THIS)

Definition at line 18 of file aisc_extern.c.

dllheader_ext* get_COMMON_PARENT ( dll_header *  THIS)

Definition at line 25 of file aisc_extern.c.

References NULp.

dllheader_ext* get_COMMON_LAST ( dll_header *  THIS)

Definition at line 32 of file aisc_extern.c.

References NULp.

aisc_cstring aisc_get_keystring ( int obj)

Definition at line 39 of file aisc_extern.c.

References aisc_get_object_names().

Referenced by aisc_get_keystring_dll_header().

aisc_cstring aisc_get_keystring_dll_header ( dll_header *  x)

Definition at line 45 of file aisc_extern.c.

References aisc_get_keystring().

Variable Documentation

int aisc_d_flags[]