Move LoadZipArgs() to cosmo.h

This commit is contained in:
Justine Tunney 2024-08-17 12:06:27 -07:00
parent 4389f4709a
commit 60e697f7b2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
12 changed files with 7 additions and 18 deletions

View file

@ -14,6 +14,7 @@ char *GetProgramExecutableName(void) libcesque;
void unleaf(void) libcesque;
int __demangle(char *, const char *, size_t) libcesque;
int __is_mangled(const char *) libcesque;
int LoadZipArgs(int *, char ***) libcesque;
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_COSMO_H_ */

View file

@ -60,7 +60,6 @@
#include "libc/str/utf16.h"
#include "libc/sysv/errfuns.h"
#include "net/http/http.h"
#include "tool/args/args.h"
#ifdef COSMO_ALREADY_DEFINED
#undef COSMO_ALREADY_DEFINED