/*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#include <machine/db_machdep.h>
#include <db_machine_commands.h>
-typedef void (*db_func)(db_expr_t, int, db_expr_t, char *);
+typedef void (*db_func)(db_expr_t, boolean_t, db_expr_t, char *);
/*
* Command table
*/
struct db_command {
- char * name; /* command name */
+ const char *name; /* command name */
db_func fcn; /* function to call */
int flag; /* extra info: */
#define CS_OWN 0x1 /* non-standard syntax */