~ubuntu-branches/ubuntu/oneiric/cups/oneiric

« back to all changes in this revision

Viewing changes to cgi-bin/cgi.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-09 16:19:16 UTC
  • mto: (25.1.2 lucid) (55.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100409161916-k0e6prz52ubf4vlg
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * "$Id: cgi.h 8859 2009-11-09 23:01:17Z mike $"
 
2
 * "$Id: cgi.h 8980 2010-02-08 17:33:31Z mike $"
3
3
 *
4
4
 *   CGI support library definitions.
5
5
 *
34
34
 
35
35
 
36
36
/*
 
37
 * C++ magic...
 
38
 */
 
39
 
 
40
#  ifdef __cplusplus
 
41
extern "C" {
 
42
#  endif /* __cplusplus */
 
43
 
 
44
/*
37
45
 * Types...
38
46
 */
39
47
 
99
107
extern int              cgiSupportsMultipart(void);
100
108
extern const char       *cgiText(const char *message);
101
109
 
 
110
#  ifdef __cplusplus
 
111
}
 
112
#  endif /* __cplusplus */
 
113
 
102
114
#endif /* !_CUPS_CGI_H_ */
103
115
 
104
116
/*
105
 
 * End of "$Id: cgi.h 8859 2009-11-09 23:01:17Z mike $".
 
117
 * End of "$Id: cgi.h 8980 2010-02-08 17:33:31Z mike $".
106
118
 */