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
9ab1fd94
...
9ab1fd942f9ac2d5b3299a74b603745cf8309261
authored
2006-04-05 16:14:14 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(is_atom): New function
1 parent
e1fc3fdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
9ab1fd9
...
...
@@ -303,7 +303,8 @@ int util_is_master (void);
void
util_bye
(
void
);
void
util_atexit
(
void
(
*
fp
)
(
void
));
void
util_chdir
(
const
char
*
homedir
);
int
is_atom
(
const
char
*
s
);
#ifdef WITH_TLS
int
imap4d_init_tls_server
(
void
);
#endif
/* WITH_TLS */
...
...
Please
register
or
sign in
to post a comment