summaryrefslogtreecommitdiff
path: root/src/include/quote.h
blob: 4f1c46745ae8069271d58dabcc87f8e0830766f3 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef QUOTE_H
#define QUOTE_H

#include "stralloc.h"

int quote_need(char *, unsigned int);
int quote(stralloc *, stralloc *);
int quote2(stralloc *, char *);

#endif