Rename error enumerator to prevent naming conflicts.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
enum libds_result_e { SUCCESS, MALLOC };
|
||||
enum libds_result_e { LIBDS_SUCCESS, LIBDS_MALLOC };
|
||||
|
||||
typedef enum libds_result_e libds_result;
|
||||
typedef int (*compare_func)(void*, void*);
|
||||
|
||||
Reference in New Issue
Block a user