summaryrefslogtreecommitdiffstats
path: root/src/bbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bbe.h')
-rw-r--r--src/bbe.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/bbe.h b/src/bbe.h
index 721ad66..02a166f 100644
--- a/src/bbe.h
+++ b/src/bbe.h
@@ -20,7 +20,7 @@
*
*/
-/* $Id: bbe.h,v 1.20 2005/09/25 10:03:47 timo Exp $ */
+/* $Id: bbe.h,v 1.24 2005/09/29 11:27:01 timo Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -215,6 +215,12 @@ write_string(char *string);
extern char *
get_current_file(void);
+extern inline unsigned char *
+read_pos();
+
+extern inline unsigned char *
+block_end_pos();
+
/* global variables */
extern struct block block;
extern struct command *commands;
OpenPOWER on IntegriCloud