The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#ifndef _PROVALUE_H
#define _PROVALUE_H	1

#include<pabidecl.h>

TMPLPRO_LOCAL PSTRING _get_variable_value (struct tmplpro_param *param, PSTRING name);

#endif /* provalue.h */

/*
 * Local Variables:
 * mode: c
 * End:
 */