summaryrefslogtreecommitdiff
path: root/src/gdbmtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmtool.h')
-rw-r--r--src/gdbmtool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdbmtool.h b/src/gdbmtool.h
index 1f20b5a..4185bf9 100644
--- a/src/gdbmtool.h
+++ b/src/gdbmtool.h
@@ -372,6 +372,8 @@ int getnum (int *pnum, char *arg, char **endp);
int gdbmshell (instream_t input);
int gdbmshell_run (int (*init) (void *, instream_t *), void *data);
+int gdbmshell_setopt (char *name, int opt, int val);
+
void variables_init (void);
void variables_free (void);