fix a few more of the patches for gcc 4.8.3. patch now applies cleanly
[AROS.git] / workbench / utilities / Installer / procedure.h
blob112501efb683d7d0111ebdac808983b6289c7e18
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /* procedure.h -- Prototypes for all functions related to user-defined procedures */
8 #ifndef _PROCEDURE_H
9 #define _PROCEDURE_H
11 extern struct ProcedureList *find_proc(char *);
12 extern long int set_procedure(char **, int, ScriptArg *);
13 extern void free_proclist();
14 extern void link_function(char *, long int);
16 #endif /* _PROCEDURE_H */