summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-03 21:39:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-03 21:39:52 +0000
commit96ce3ce6ea4578bc883759230696de8c3a27d10f (patch)
tree132d0f41e1396c9082c65fa206bc2fdcf00cbde1 /include
parent22fe2e9a3cdb006899c83b0177507168aa3792ff (diff)
downloadmailutils-96ce3ce6ea4578bc883759230696de8c3a27d10f.tar.gz
mailutils-96ce3ce6ea4578bc883759230696de8c3a27d10f.tar.bz2
(mu_fd_wait): New function
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/mutil.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mailutils/mutil.h b/include/mailutils/mutil.h
index 43718ceb7..eef2edfb7 100644
--- a/include/mailutils/mutil.h
+++ b/include/mailutils/mutil.h
@@ -1,8 +1,8 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2004 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
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
@@ -126,12 +126,14 @@ extern int munre_subject __P((const char *subject, const char **new_subject));
extern char *mu_charset_lookup __P((char *lang, char *terr));
extern int mu_true_answer_p __P((const char *p));
extern int mu_scheme_autodetect_p __P((const char *scheme, const char **path));
+extern int mu_fd_wait __P((int fd, int *pflags, struct timeval *tvp));
+
#ifdef __cplusplus
}
#endif
#endif

Return to:

Send suggestions and report system problems to the System administrator.