mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 20:28:30 +00:00
Move LoadZipArgs() to cosmo.h
This commit is contained in:
parent
4389f4709a
commit
60e697f7b2
12 changed files with 7 additions and 18 deletions
|
@ -16,7 +16,6 @@
|
|||
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
|
||||
│ PERFORMANCE OF THIS SOFTWARE. │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "tool/args/args.h"
|
||||
#include "libc/assert.h"
|
||||
#include "libc/calls/calls.h"
|
||||
#include "libc/errno.h"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#ifndef COSMOPOLITAN_TOOL_ARGS_ARGS_H_
|
||||
#define COSMOPOLITAN_TOOL_ARGS_ARGS_H_
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
int LoadZipArgs(int *, char ***) libcesque;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* COSMOPOLITAN_TOOL_ARGS_ARGS_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue