Issue#353: mark lh_abort as actually deprecated, not just in the docs.

This commit is contained in:
Eric Haszlakiewicz
2017-09-07 22:21:29 -04:00
parent e1561ed1df
commit edde8eff9f

View File

@@ -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.