root/trunk/perl.h
| Revision 41, 271 bytes (checked in by jesus, 7 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #ifndef __PERL_H_ |
| 2 | #define __PERL_H_ |
| 3 | |
| 4 | void perl_startup(); |
| 5 | void perl_shutdown(); |
| 6 | #ifndef I32 |
| 7 | #define I32 int |
| 8 | #endif |
| 9 | I32 perl_inc(char *path); |
| 10 | I32 perl_use(char *module); |
| 11 | I32 perl_log(char *func, char *sender, char *group, char *message); |
| 12 | I32 perl_hup(char *func); |
| 13 | |
| 14 | #endif |
Note: See TracBrowser for help on using the browser.
