2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Warning suppression

[SVN r14059]
This commit is contained in:
Dave Abrahams
2002-05-29 14:17:13 +00:00
parent 5034244b39
commit d016ba8229
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
* variable.h - handle jam multi-element variables
*/
struct hash;
void var_defines( char **e );
int var_string( char *in, char *out, int outsize, LOL *lol );
LIST * var_get( char *symbol );

View File

@@ -8,6 +8,8 @@
* variable.h - handle jam multi-element variables
*/
struct hash;
void var_defines( char **e );
int var_string( char *in, char *out, int outsize, LOL *lol );
LIST * var_get( char *symbol );