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
52b33f07
...
52b33f0774a63ddb524c847186c3d3c9c299a6d9
authored
2005-02-23 16:04:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
1 parent
3e7dd58f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
pop3d/pop3d.h
pop3d/pop3d.h
View file @
52b33f0
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -131,7 +132,7 @@ extern int expire_on_exit;
#include <grp.h>
#include <syslog.h>
#include <ctype.h>
#include
"md5.h"
#include
<md5.h>
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
...
...
Please
register
or
sign in
to post a comment