~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to quote.h

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 * excluding the final null regardless of the buffer size.
29
29
 */
30
30
 
31
 
extern char *sq_quote(const char *src);
32
31
extern void sq_quote_print(FILE *stream, const char *src);
33
 
extern size_t sq_quote_buf(char *dst, size_t n, const char *src);
34
32
extern char *sq_quote_argv(const char** argv, int count);
35
33
 
36
34
/*