Skip to content
Snippets Groups Projects
Commit 50d6f877 authored by Daniel Salzman's avatar Daniel Salzman Committed by Gerrit Code Review
Browse files

zone: remove old function declaration

Change-Id: I2532a02610b91fd11d162136fda3ac2322d45766
parent e26dd8f5
No related branches found
No related tags found
No related merge requests found
......@@ -94,17 +94,6 @@ int knot_zload_open(zloader_t **loader, const char *source, const char *origin,
*/
knot_zone_t *knot_zload_load(zloader_t *loader);
/*!
* \brief Checks whether the compiled zone needs a recompilation.
*
* \param loader Zone loader instance.
*
* \retval 1 is if needs to be recompiled.
* \retval 0 if it is up to date.
*/
//TODO will not work, has to look at serials probably
int knot_zload_needs_update(zloader_t *loader);
/*!
* \brief Free zone loader.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment