Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions libopendkim/dkim-atps.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
# include <openssl/evp.h>
#endif /* USE_GNUTLS */

/* prototypes */
extern void dkim_error (DKIM *, const char *, ...);

/* local definitions needed for DNS queries */
#define MAXPACKET 8192
#if defined(__RES) && (__RES >= 19940415)
Expand Down
3 changes: 0 additions & 3 deletions libopendkim/dkim-canon.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
#define DKIM_ISWSP(x) ((x) == 011 || (x) == 040)
#define DKIM_ISLWSP(x) ((x) == 011 || (x) == 012 || (x) == 015 || (x) == 040)

/* prototypes */
extern void dkim_error (DKIM *, const char *, ...);

/* ========================= PRIVATE SECTION ========================= */

/*
Expand Down
2 changes: 2 additions & 0 deletions libopendkim/dkim-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,7 @@ extern DKIM_NAMETABLE *dkim_table_mandatory;
extern DKIM_STAT dkim_process_set (DKIM *, dkim_set_t, u_char *, size_t,
void *, _Bool, const char *);
extern DKIM_STAT dkim_siglist_setup (DKIM *);
extern DKIM_STAT dkim_get_key (DKIM *, DKIM_SIGINFO *, _Bool);
extern void dkim_error (DKIM *, const char *, ...);

#endif /* ! _DKIM_INTERNAL_H_ */
3 changes: 0 additions & 3 deletions libopendkim/dkim-keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
# include <strl.h>
#endif /* USE_STRL_H */

/* prototypes */
extern void dkim_error (DKIM *, const char *, ...);

/* local definitions needed for DNS queries */
#define MAXPACKET 8192
#if defined(__RES) && (__RES >= 19940415)
Expand Down
3 changes: 0 additions & 3 deletions libopendkim/dkim-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
#include "dkim-types.h"
#include "util.h"

/* prototypes */
extern void dkim_error (DKIM *, const char *, ...);

/* local definitions needed for DNS queries */
#define MAXPACKET 8192
#if defined(__RES) && (__RES >= 19940415)
Expand Down
3 changes: 0 additions & 3 deletions libopendkim/dkim-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
#define TESTTTL 300
#define MAXPACKET 8192

/* prototypes from elsewhere */
extern DKIM_STAT dkim_get_key (DKIM *, DKIM_SIGINFO *, _Bool);

/*
** DKIM_TEST_DNS_PUT -- enqueue a DNS reply for automated testing
**
Expand Down
3 changes: 0 additions & 3 deletions libopendkim/dkim-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
#include "dkim-types.h"
#include "dkim-util.h"

/* prototypes */
extern void dkim_error (DKIM *, const char *, ...);

/*
** DKIM_MALLOC -- allocate memory
**
Expand Down
Loading