Update extra array symbols
This commit is contained in:
@@ -6,11 +6,7 @@
|
||||
#ifndef LIBCDSB_EXTRA_ARRAY_H
|
||||
#define LIBCDSB_EXTRA_ARRAY_H
|
||||
|
||||
#ifdef array_push
|
||||
# undef array_push
|
||||
#endif
|
||||
|
||||
extern ssize_t array_find(const vtype_array* x, const void* value, vtype value_type);
|
||||
extern ssize_t array_push( vtype_array* x, const void* value, vtype value_type);
|
||||
extern ssize_t libcdsb_array_find(const vtype_array* x, const void* value, vtype value_type);
|
||||
extern ssize_t libcdsb_array_push( vtype_array* x, const void* value, vtype value_type);
|
||||
|
||||
#endif /* LIBCDSB_EXTRA_ARRAY_H */
|
||||
|
||||
Reference in New Issue
Block a user