Comment was in wrong place
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sun, 2 Mar 2008 01:56:54 +0000 (20:56 -0500)
committerKarolin Seeger <ks@sernet.de>
Tue, 4 Mar 2008 07:59:31 +0000 (08:59 +0100)
(cherry picked from commit dec70fa3c0424c148016cc667a3c159e16d8a944)
(This used to be commit eb4d6dda1091199af7e62fb584525deb382978e2)

source3/include/libsmbclient.h

index 058ac64210899c2f868da31818d51649e676e873..95ee64d0fe4ea0630f4e36e0fbf1764284bfeebc 100644 (file)
@@ -677,16 +677,15 @@ smbc_getOptionNoAutoAnonymousLogin(SMBCCTX *c);
 void
 smbc_setOptionNoAutoAnonymousLogin(SMBCCTX *c, smbc_bool b);
 
-/** Get the function for obtaining authentication data */
-smbc_get_auth_data_fn smbc_getFunctionAuthData(SMBCCTX *c);
-
-
 
 
 /*************************************
  * Getters and setters for FUNCTIONS *
  *************************************/
 
+/** Get the function for obtaining authentication data */
+smbc_get_auth_data_fn smbc_getFunctionAuthData(SMBCCTX *c);
+
 /** Set the function for obtaining authentication data */
 void smbc_setFunctionAuthData(SMBCCTX *c, smbc_get_auth_data_fn f);