]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fd.h: Kill two dead function prototypes.
authorAndre Noll <maan@systemlinux.org>
Mon, 13 Aug 2007 00:37:27 +0000 (02:37 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 13 Aug 2007 00:37:27 +0000 (02:37 +0200)
Doxyfile
fd.h

index 987f9d0e4860f8babf5637f5895a427a4f450de3..31c07f4fbfc39c7a1e945ee3088f822cf0a8c13f 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -228,7 +228,7 @@ SUBGROUPING            = YES
 # Private class members and static file members will be hidden unless 
 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
 
 # Private class members and static file members will be hidden unless 
 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
 
-EXTRACT_ALL            = YES
+EXTRACT_ALL            = NO
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.
diff --git a/fd.h b/fd.h
index 48131f2a4c7fee35d0f604c7e2a6952006da6074..9f5533432ff784711ee6aaf33cc1c20d5e9f6eed 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -11,8 +11,5 @@ int para_select(int n, fd_set *readfds, fd_set *writefds,
                struct timeval *timeout_tv);
 int mark_fd_nonblock(int fd);
 void para_fd_set(int fd, fd_set *fds, int *max_fileno);
                struct timeval *timeout_tv);
 int mark_fd_nonblock(int fd);
 void para_fd_set(int fd, fd_set *fds, int *max_fileno);
-__must_check int para_fread(void *dest, size_t nbytes, size_t nmemb,
-               FILE *stream);
 __must_check int para_fgets(char *line, int size, FILE *f);
 __must_check int para_fgets(char *line, int size, FILE *f);
-int para_fseek(FILE *stream, long offset, int whence);
 void *para_mmap(size_t length, int prot, int flags, int fd, off_t offset);
 void *para_mmap(size_t length, int prot, int flags, int fd, off_t offset);