X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fwordexp.h;h=d12081e80130ca235315fed808fe2d267b7c723c;hp=0691c8eaaaf6b3957145ec36a5eefe04d47a3e69;hb=8c741783fc96d559cfe79301c924c217b2905c0c;hpb=5316d083ec87e91cd11fde900e0158f82563d8dc diff --git a/include/wordexp.h b/include/wordexp.h index 0691c8ea..d12081e8 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include + #define __NEED_size_t #include @@ -30,7 +32,7 @@ typedef struct #define WRDE_CMDSUB 4 #define WRDE_SYNTAX 5 -int wordexp (const char *, wordexp_t *, int); +int wordexp (const char *__restrict, wordexp_t *__restrict, int); void wordfree (wordexp_t *); #ifdef __cplusplus