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
5ccb23a8
...
5ccb23a8f54176e15fe1e76ea99dbc6f46032ec6
authored
2003-09-25 14:08:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added missing includes.
1 parent
811c3da2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
auth/lbuf.c
auth/lbuf.h
auth/lbuf.c
View file @
5ccb23a
...
...
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <lbuf.h>
struct
_line_buffer
{
...
...
auth/lbuf.h
View file @
5ccb23a
...
...
@@ -15,6 +15,8 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <mailutils/types.h>
struct
_line_buffer
;
int
_auth_lb_create
__P
((
struct
_line_buffer
**
s
));
...
...
Please
register
or
sign in
to post a comment