X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fwordexp.h;h=d12081e80130ca235315fed808fe2d267b7c723c;hb=55aef73f4789a97dc99f30e72776e55924255e1b;hp=0691c8eaaaf6b3957145ec36a5eefe04d47a3e69;hpb=5316d083ec87e91cd11fde900e0158f82563d8dc;p=musl 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