Skip to content
Snippets Groups Projects
Select Git revision
  • 0987c0709557ad7f2d4e80fdd3b4acffa235a28c
  • master default
  • 1.0.1
3 results

oop_sys.html

Blame
  • dynamic_load.h 486 B
    /*
    || This file is part of Pike. For copyright information see COPYRIGHT.
    || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
    || for more information.
    || $Id: dynamic_load.h,v 1.6 2002/10/11 01:39:30 nilsson Exp $
    */
    
    #ifndef DYNAMIC_LOAD_H
    #define DYNAMIC_LOAD_H
    
    /* Prototypes begin here */
    struct module_list;
    void f_load_module(INT32 args);
    void init_dynamic_load(void);
    void exit_dynamic_load(void);
    void free_dynamic_load(void);
    /* Prototypes end here */
    
    #endif