aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-08 22:11:37 +0100
committerMax Kellermann <max@duempel.org>2009-11-08 22:11:37 +0100
commit2f4144e1cdf59ab151036a6e45410dbf14435c16 (patch)
tree5f5082766f9365f9ec4701d2b658fb5384c0d8cb /src/utils.h
parentf66edccffdc4a9276ae9dced69fa6fb74ee1f97e (diff)
utils: removed function set_nonblocking()
It's not used anymore, its features have been moved to fd_util.c.
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index a77d4a03..9d891be4 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -33,8 +33,6 @@
char *parsePath(char *path);
-int set_nonblocking(int fd);
-
/**
* Checks whether a string array contains the specified string.
*