oops, forgot to add "dumpdb"

This commit is contained in:
Brian Wellington 2000-12-12 23:03:16 +00:00
parent ddda1ae369
commit 8b6293c6ca

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: omapi.h,v 1.16 2000/11/30 00:25:13 gson Exp $ */
/* $Id: omapi.h,v 1.17 2000/12/12 23:03:16 bwelling Exp $ */
#ifndef NAMED_OMAPI_H
#define NAMED_OMAPI_H 1
@ -42,6 +42,7 @@
#define NS_OMAPI_COMMAND_REFRESH "refresh"
#define NS_OMAPI_COMMAND_DUMPSTATS "stats"
#define NS_OMAPI_COMMAND_QUERYLOG "querylog"
#define NS_OMAPI_COMMAND_DUMPDB "dumpdb"
isc_result_t
ns_omapi_init(void);