repo.or.cz
/
svn-fe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge jrn/db/vcs-svn-housekeeping:vcs-svn into master
[svn-fe.git]
/
compat
/
quote.h
blob
a59fcab02f1ab9caaa53ce67c378c68d75fdc587
1
/*
2
* From git 1.7.10.2
3
* License: GPL-2
4
*
5
* Modifications (2012-05-18):
6
* - add license header.
7
* - remove unneeded functions.
8
*/
9
10
#ifndef QUOTE_H
11
#define QUOTE_H
12
13
struct
strbuf
;
14
15
extern
size_t
quote_c_style
(
const char
*
name
,
struct
strbuf
*,
FILE
*,
int
no_dq
);
16
17
#endif