File: deHTMLxs.h

package info (click to toggle)
razor 1%3A2.85-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: perl: 4,694; ansic: 178; makefile: 19; sh: 3
file content (10 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#ifndef RAZOR2_PREPROC_DEHTML_HH
#define RAZOR2_PREPROC_DEHTML_HH

int CM_PREPROC_is_html(const char *);

/* caller must give us empty buffer *text that */
/* is at least as big as *s. */
char *CM_PREPROC_html_strip(char *, char *);

#endif