source: trunk/gsdl/src/recpt/htmlutils.h@ 379

Last change on this file since 379 was 264, checked in by sjboddie, 25 years ago

Added a fairly minimal html_safe function

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 412 bytes
Line 
1/**********************************************************************
2 *
3 * htmlutils.h --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: htmlutils.h 264 1999-06-09 00:09:30Z sjboddie $
9 *
10 *********************************************************************/
11
12
13#ifndef HTMLUTILS_H
14#define HTMLUTILS_H
15
16#include "gsdlconf.h"
17#include "text_t.h"
18
19text_t html_safe (const text_t &instring);
20
21#endif
Note: See TracBrowser for help on using the repository browser.