added a missing function prototype for stix_allochalfwordobj()
This commit is contained in:
parent
f1ff341da2
commit
4b4f4329fd
@ -122,7 +122,7 @@
|
||||
# define STIX_SIZEOF_STRUCT_SOCKADDR_IN6 64
|
||||
# define STIX_SIZEOF_SOCKLEN_T 4
|
||||
|
||||
#elif defined(__ZTC__) && defined(__DOSX386__)
|
||||
#elif defined(__ZTC__) && defined(DOS386)
|
||||
|
||||
/* Zortech in DOSX 386 mode (ztc -mx) */
|
||||
# define STIX_SIZEOF_CHAR 1
|
||||
|
@ -925,6 +925,12 @@ stix_oop_t stix_allocbyteobj (
|
||||
stix_oow_t len
|
||||
);
|
||||
|
||||
stix_oop_t stix_allochalfwordobj (
|
||||
stix_t* stix,
|
||||
const stix_oohw_t* ptr,
|
||||
stix_oow_t len
|
||||
);
|
||||
|
||||
stix_oop_t stix_allocwordobj (
|
||||
stix_t* stix,
|
||||
const stix_oow_t* ptr,
|
||||
|
Loading…
Reference in New Issue
Block a user