aboutsummaryrefslogtreecommitdiff
path: root/shared/unstable/loader.h
blob: e9766acc6d198abe4b2c285203464ed6406e3670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2003 krzYszcz and others.
 * For information on usage and redistribution, and for a DISCLAIMER OF ALL
 * WARRANTIES, see the file, "LICENSE.txt," in this distribution.  */

#ifndef __LOADER_H__
#define __LOADER_H__

enum { LOADER_OK, LOADER_NOFILE, LOADER_BADFILE, LOADER_NOENTRY };

int unstable_load_lib(char *dirname, char *classname);

#endif