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
b0f9419d
...
b0f9419d9513c020f98e20a3cb69a13d4ab09ac5
authored
2005-07-26 06:29:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor stylistic fix
1 parent
1a118300
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
include/mailutils/types.h
include/mailutils/types.h
View file @
b0f9419
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001
, 2005
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -93,7 +93,7 @@ typedef struct _mu_refcount *mu_refcount_t;
typedef
struct
_observable
*
observable_t
;
typedef
struct
_observer
*
observer_t
;
typedef
struct
_property
*
property_t
;
typedef
struct
_record
*
record_t
;
typedef
struct
_record
*
record_t
;
typedef
struct
_stream
*
stream_t
;
typedef
struct
_ticket
*
ticket_t
;
typedef
struct
_url
*
url_t
;
...
...
Please
register
or
sign in
to post a comment