X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.h;h=97340ec81c780dde01a8e790108cbd5bc0d57988;hp=d68de81d0e674bd61d37690c1fe77a140851c49b;hb=e63e92923fa0196ba7d538d4c8f5a16994e3bee8;hpb=8d3d7d213a9691455a49544624bf380e85f43461 diff --git a/src/game_sp/vb_lib.h b/src/game_sp/vb_lib.h index d68de81d..97340ec8 100644 --- a/src/game_sp/vb_lib.h +++ b/src/game_sp/vb_lib.h @@ -25,7 +25,7 @@ extern char *INT_TO_STR(int); extern boolean STRING_IS_LIKE(char *, char *); -extern int FILE_GET(FILE *, int, void *, int); +extern void FILE_GET(FILE *, int, void *, int); extern int FILE_PUT(FILE *, int, void *, int); /* this is just a workaround -- handle array definitions later */