Add missing define

This commit is contained in:
prpr 2022-10-29 15:09:20 +01:00
parent ce1b447c99
commit d637ea4e30
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#ifndef _XCONV_H
#define _XCONV_H
size_t xconv(char *, char *, size_t);
#endif