Commit 96ce3ce6 96ce3ce6ea4578bc883759230696de8c3a27d10f by Sergey Poznyakoff

(mu_fd_wait): New function

1 parent 22fe2e9a
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
...@@ -129,6 +129,8 @@ extern char *mu_charset_lookup __P((char *lang, char *terr)); ...@@ -129,6 +129,8 @@ extern char *mu_charset_lookup __P((char *lang, char *terr));
129 extern int mu_true_answer_p __P((const char *p)); 129 extern int mu_true_answer_p __P((const char *p));
130 extern int mu_scheme_autodetect_p __P((const char *scheme, const char **path)); 130 extern int mu_scheme_autodetect_p __P((const char *scheme, const char **path));
131 131
132 extern int mu_fd_wait __P((int fd, int *pflags, struct timeval *tvp));
133
132 #ifdef __cplusplus 134 #ifdef __cplusplus
133 } 135 }
134 #endif 136 #endif
......