summaryrefslogtreecommitdiff
path: root/xedit.h
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-03-11 21:46:58 -0300
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-07-02 19:04:52 -0300
commita2c47d3487aaf4667926195ba3f5b05b94626daf (patch)
treeb41f7989704e17c4687e4e7b3ba43a61864a38ba /xedit.h
parenta1949714b99a502a57b3dd7a99e619c10211d9fc (diff)
Fix several generic bugs including:
o Several memory read/write errors. o Implement smarter XeditPrintf that will show how many times a text has been printed. o Check all arguments to XeditPrintf to ensure the '%' character cannot be sent to it. o Some minor reindentation to code that still had the original 2 spaces indentation.
Diffstat (limited to 'xedit.h')
-rw-r--r--xedit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xedit.h b/xedit.h
index 8d93611..2f0291a 100644
--- a/xedit.h
+++ b/xedit.h
@@ -138,6 +138,7 @@ void DoPrint(Widget, XtPointer, XtPointer);
void CancelFindFile(Widget, XEvent*, String*, Cardinal*);
void FindFile(Widget, XEvent*, String*, Cardinal*);
void LoadFile(Widget, XEvent*, String*, Cardinal*);
+Bool LoadFileInTextwindow(char *name, char *resolved_name);
#ifdef INCLUDE_XPRINT_SUPPORT
void PrintFile(Widget, XEvent*, String*, Cardinal*);
#endif /* INCLUDE_XPRINT_SUPPORT */