Merge jrn/db/vcs-svn-housekeeping:vcs-svn into master
[svn-fe.git] / compat / quote.h
bloba59fcab02f1ab9caaa53ce67c378c68d75fdc587
1 /*
2 * From git 1.7.10.2
3 * License: GPL-2
5 * Modifications (2012-05-18):
6 * - add license header.
7 * - remove unneeded functions.
8 */
10 #ifndef QUOTE_H
11 #define QUOTE_H
13 struct strbuf;
15 extern size_t quote_c_style(const char *name, struct strbuf *, FILE *, int no_dq);
17 #endif