Ver Fonte

More minor fixes

Evgeny Grin (Karlson2k) há 8 anos atrás
pai
commit
19972a8edd
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      src/microhttpd/daemon.c
  2. 1 1
      src/microhttpd/internal.h

+ 1 - 1
src/microhttpd/daemon.c

@@ -923,7 +923,7 @@ urh_from_pollfd(struct MHD_UpgradeResponseHandle *urh,
  *         fit fd_set.
  * @ingroup event
  */
-int
+static int
 internal_get_fdset2 (struct MHD_Daemon *daemon,
                      fd_set *read_fd_set,
                      fd_set *write_fd_set,

+ 1 - 1
src/microhttpd/internal.h

@@ -1872,7 +1872,7 @@ typedef int
  *
  * @param kind header kind to pass to @a cb
  * @param connection connection to add headers to
- * @param[in|out] args argument URI string (after "?" in URI),
+ * @param[in,out] args argument URI string (after "?" in URI),
  *        clobbered in the process!
  * @param cb function to call on each key-value pair found
  * @param[out] num_headers set to the number of headers found