Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
98ba9b23
...
98ba9b238b93ca28f215f2d7bd342a7cd911ecc3
authored
2002-10-03 14:34:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added missing includes.
1 parent
0df25502
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
mail.local/mail.local.h
pop3d/popauth.c
mail.local/mail.local.h
View file @
98ba9b2
...
...
@@ -83,6 +83,8 @@
#include <mailutils/mu_auth.h>
#include <mu_dbm.h>
#include <mu_asprintf.h>
#include <getline.h>
/* Debug */
extern
int
debug_level
;
...
...
pop3d/popauth.c
View file @
98ba9b2
...
...
@@ -16,6 +16,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "pop3d.h"
#include <mailutils/argcv.h>
#include <xalloc.h>
int
db_list
(
char
*
input_name
,
char
*
output_name
);
int
db_make
(
char
*
input_name
,
char
*
output_name
);
...
...
Please
register
or
sign in
to post a comment