r25026: Move param/param.h out of includes.h
[ira/wip.git] / source4 / libcli / dgram / browse.c
index 433d1c1971bd742b57bf10c7bc757d0245415b1b..78bd4319ee08df551eb47d12ef9ec3dbabb35a9c 100644 (file)
@@ -8,7 +8,7 @@
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "includes.h"
 #include "libcli/dgram/libdgram.h"
 #include "lib/socket/socket.h"
+#include "libcli/resolve/resolve.h"
+#include "librpc/gen_ndr/ndr_nbt.h"
+#include "param/param.h"
 
 NTSTATUS dgram_mailslot_browse_send(struct nbt_dgram_socket *dgmsock,
-     struct nbt_name *dest_name, struct socket_address *dest,
-     struct nbt_name *src_name, struct nbt_browse_packet *request)
+                                   struct nbt_name *dest_name,
+                                   struct socket_address *dest,
+                                   struct nbt_name *src_name,
+                                   struct nbt_browse_packet *request)
 {
        NTSTATUS status;
        DATA_BLOB blob;
@@ -49,8 +53,9 @@ NTSTATUS dgram_mailslot_browse_send(struct nbt_dgram_socket *dgmsock,
 }
 
 NTSTATUS dgram_mailslot_browse_reply(struct nbt_dgram_socket *dgmsock,
-      struct nbt_dgram_packet *request, const char *mailslot_name,
-      struct nbt_browse_packet *reply)
+                                    struct nbt_dgram_packet *request,
+                                    const char *mailslot_name,
+                                    struct nbt_browse_packet *reply)
 {
        NTSTATUS status;
        DATA_BLOB blob;
@@ -84,8 +89,9 @@ NTSTATUS dgram_mailslot_browse_reply(struct nbt_dgram_socket *dgmsock,
 }
 
 NTSTATUS dgram_mailslot_browse_parse(struct dgram_mailslot_handler *dgmslot,
-     TALLOC_CTX *mem_ctx, struct nbt_dgram_packet *dgram,
-        struct nbt_browse_packet *pkt)
+                                    TALLOC_CTX *mem_ctx,
+                                    struct nbt_dgram_packet *dgram,
+                                    struct nbt_browse_packet *pkt)
 {
        DATA_BLOB data = dgram_mailslot_data(dgram);
        NTSTATUS status;