publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
|
||||
NX_API nx_uri_t NXURIMalloc(size_t characters);
|
||||
NX_API int NXURICreateWithNXString(nx_uri_t *uri, nx_string_t string);
|
||||
NX_API int NXURICreateFromPath(nx_uri_t *uri, const wchar_t *filename, const nx_uri_t path); // windows only
|
||||
NX_API int NXURICreateFromPath(nx_uri_t *uri, const wchar_t *filename, const nx_uri_t path); // arch only
|
||||
NX_API int NXURICreateWithPath(nx_uri_t *uri, const nx_uri_t filename, const nx_uri_t path);
|
||||
NX_API int NXURICreateWithNXString(nx_uri_t *new_value, nx_string_t string);
|
||||
NX_API int NXURICreateTempForFilepath(nx_uri_t *out_temp, nx_uri_t filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue