~ubuntu-branches/ubuntu/karmic/cyrus-imapd-2.2/karmic

« back to all changes in this revision

Viewing changes to imap/nntp_err.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-11 18:51:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060711185139-gl3oe4tppp7g3euf
Tags: 2.2.13-4ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * nntp_err.h:
3
3
 * This file is automatically generated; please do not edit it.
4
4
 */
 
5
 
 
6
#include <et/com_err.h>
 
7
 
5
8
#define NNTP_NO_NEWSGROUPS                       (-1567905280L)
6
9
#define NNTP_FAIL_NEWSGROUPS                     (-1567905279L)
7
10
#define NNTP_DONT_SEND                           (-1567905278L)
8
11
#define NNTP_FAIL_TRANSFER                       (-1567905277L)
9
12
#define NNTP_UNKNOWN_CONTROLMSG                  (-1567905276L)
10
 
extern void initialize_nntp_error_table ();
 
13
extern const struct error_table et_nntp_error_table;
 
14
extern void initialize_nntp_error_table(void);
 
15
 
 
16
/* For compatibility with Heimdal */
 
17
extern void initialize_nntp_error_table_r(struct et_list **list);
 
18
 
11
19
#define ERROR_TABLE_BASE_nntp (-1567905280L)
12
20
 
13
21
/* for compatibility with older versions... */