version 1.15, 2011/01/03 12:08:09
|
version 1.73, 2025/04/15 10:17:56
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.20 |
RPL/2 (R) version 4.1.36 |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
Copyright (C) 1989-2025 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 23
|
Line 23
|
#ifndef INCLUSION_LIBRPL |
#ifndef INCLUSION_LIBRPL |
#define INCLUSION_LIBRPL |
#define INCLUSION_LIBRPL |
|
|
unsigned char **rpl(unsigned char *script, unsigned char **rpl_home); |
# ifdef __cplusplus |
|
extern "C" |
|
{ |
|
# endif |
|
|
|
unsigned char **rpl(unsigned char *script, unsigned char *parametres, |
|
unsigned char *rpl_home); |
|
|
|
# ifdef __cplusplus |
|
} |
|
# endif |
#endif |
#endif |
|
|
// vim: ts=4 |
// vim: ts=4 |