doxygen
authorChristian Grothoff <christian@grothoff.org>
Thu, 23 Dec 2010 13:23:15 +0000 (13:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 23 Dec 2010 13:23:15 +0000 (13:23 +0000)
src/monkey/gdbmi_get_free_pty.c
src/nat/upnp-commands.c
src/nat/upnp-commands.h
src/transport/plugin_transport_wlan.c

index 47ddbd6285cef9c61ba9bba5fb7e7bbe83d8587a..4274c78261be348db83ffb87c92357c60d5c137e 100644 (file)
@@ -34,7 +34,7 @@
 
   Description:
   Look for a free and usable pseudo terminal. Low level, use
-@x{gmi_look_for_free_pty}.
+  gmi_look_for_free_pty().
   
   Return: A file descriptor connected to the master pty and the name of the slave device, or <0 on error.
   
index 2d9ca62432548a6e0264717409eb9afb7595a301..2a88f90f4be268f4d8e5d7afb2eb02c5142ebf49 100644 (file)
@@ -180,7 +180,7 @@ get_content_len_from_line (const char *p, int n)
  * @param p HTML to parse
  * @param n size of p
  * @param content_len pointer to store content length to
- * @param content_len pointer to store header length to
+ * @param header_len pointer to store header length to
  */
 static void
 get_content_and_header_len (const char *p, int n,
index 3d1ebe4961ef04740913fb03df679e43cd4232d8..ea7b48162b9759f67a24baf874da1d3d559999de 100644 (file)
@@ -215,7 +215,7 @@ UPNP_add_port_mapping_ (const char *control_url, const char *service_type,
  * @param proto protocol for which port mapping was requested
  * @param remote_host remote host for which port mapping was requested
  * @param caller_cb function to call when done
- * @param cls closure passed to caller_cb
+ * @param caller_cls closure passed to caller_cb
  */
 void
 UPNP_delete_port_mapping_ (const char *control_url, const char *service_type,
@@ -258,7 +258,7 @@ typedef void (*UPNP_get_specific_port_mapping_entry_cb_) (int error,
  * @param ext_port external port
  * @param proto protocol for which port mapping was requested
  * @param caller_cb function to call when done
- * @param callers_cls closure passed to caller_cb
+ * @param caller_cls closure passed to caller_cb
  */
 void
 UPNP_get_specific_port_mapping_entry_ (const char *control_url,
index 003a77248527fa217b05a4f0ea3a7432c9a1381e..3459f456c2d131b7880e664ceb31bc8b3aa6e835 100644 (file)
@@ -1987,13 +1987,13 @@ wlan_plugin_helper_read (void *cls,
  * Start the gnunet-wlan-helper process.
  *
  * @param plugin the transport plugin
- *
+ * @param testmode should we use the dummy driver for testing?
  * @return GNUNET_YES if process was started, GNUNET_SYSERR on error
  */
 static int
 wlan_transport_start_wlan_helper(struct Plugin *plugin, int testmode)
 {
-  char * filename = "gnunet-transport-wlan-helper";
+  const char * filename = "gnunet-transport-wlan-helper";
   plugin->server_stdout = GNUNET_DISK_pipe(GNUNET_YES, GNUNET_NO, GNUNET_YES);
   if (plugin->server_stdout == NULL)
     return GNUNET_SYSERR;