mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Rename __zipos_free -> __zipos_drop (#1043)
Removes the separate decref function, uses keep/drop in the internal API.
This commit is contained in:
parent
fd772b9b2a
commit
5c35863524
4 changed files with 8 additions and 15 deletions
|
@ -38,7 +38,7 @@ struct Zipos {
|
|||
};
|
||||
|
||||
int __zipos_close(int);
|
||||
void __zipos_free(struct ZiposHandle *);
|
||||
void __zipos_drop(struct ZiposHandle *);
|
||||
struct ZiposHandle *__zipos_keep(struct ZiposHandle *);
|
||||
struct Zipos *__zipos_get(void) pureconst;
|
||||
size_t __zipos_normpath(char *, const char *, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue