Annotation of rpl/src/librpl.h, revision 1.56

1.1       bertrand    1: /*
                      2: ================================================================================
1.56    ! bertrand    3:   RPL/2 (R) version 4.1.24
1.51      bertrand    4:   Copyright (C) 1989-2015 Dr. BERTRAND Joël
1.1       bertrand    5: 
                      6:   This file is part of RPL/2.
                      7: 
                      8:   RPL/2 is free software; you can redistribute it and/or modify it
                      9:   under the terms of the CeCILL V2 License as published by the french
                     10:   CEA, CNRS and INRIA.
                     11:  
                     12:   RPL/2 is distributed in the hope that it will be useful, but WITHOUT
                     13:   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
                     14:   FITNESS FOR A PARTICULAR PURPOSE.  See the CeCILL V2 License
                     15:   for more details.
                     16:  
                     17:   You should have received a copy of the CeCILL License
                     18:   along with RPL/2. If not, write to info@cecill.info.
                     19: ================================================================================
                     20: */
                     21: 
                     22: 
                     23: #ifndef INCLUSION_LIBRPL
                     24: #define INCLUSION_LIBRPL
                     25: 
1.45      bertrand   26: #  ifdef __cplusplus
                     27: extern "C"
                     28: {
                     29: #  endif
                     30: 
1.46      bertrand   31: unsigned char **rpl(unsigned char *script, unsigned char *parametres,
                     32:        unsigned char *rpl_home);
1.1       bertrand   33: 
1.45      bertrand   34: #  ifdef __cplusplus
                     35: }
                     36: #  endif
1.1       bertrand   37: #endif
                     38: 
                     39: // vim: ts=4

CVSweb interface <joel.bertrand@systella.fr>