aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/parse-paste.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/parse-paste.h')
-rw-r--r--src/hyper/parse-paste.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/hyper/parse-paste.h b/src/hyper/parse-paste.h
index d730b9bd..deb7f552 100644
--- a/src/hyper/parse-paste.h
+++ b/src/hyper/parse-paste.h
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyirght (C) 2007-2008, Gabriel Dos Reis.
+ Copyirght (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -39,6 +39,10 @@
#include "openaxiom-c-macros.h"
#include "hyper.h"
+extern void parse_paste(void);
+extern void parse_pastebutton(void);
+extern HyperDocPage * parse_patch(PasteNode * paste);
+
extern short int gInPaste;
#endif