File: html.h

package info (click to toggle)
prayer 1.3.5-dfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,596 kB
  • sloc: ansic: 43,163; makefile: 817; sh: 445; perl: 166
file content (7 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
/* $Cambridge: hermes/src/prayer/lib/html.h,v 1.3 2008/09/16 09:59:57 dpc22 Exp $ */

void
html_quote_char(struct buffer *b, unsigned char c);

void
html_quote_string(struct buffer *b, char *t);