mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 14:29:06 +08:00
Issue#353: mark lh_abort as actually deprecated, not just in the docs.
This commit is contained in:
@@ -308,7 +308,7 @@ extern int lh_table_length(struct lh_table *t);
|
|||||||
* However, because its interface is public, it will remain part of
|
* However, because its interface is public, it will remain part of
|
||||||
* the API on the off chance of legacy software using it externally.
|
* the API on the off chance of legacy software using it externally.
|
||||||
*/
|
*/
|
||||||
void lh_abort(const char *msg, ...);
|
THIS_FUNCTION_IS_DEPRECATED(void lh_abort(const char *msg, ...));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resizes the specified table.
|
* Resizes the specified table.
|
||||||
|
|||||||
Reference in New Issue
Block a user