]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-libnet: fix build warning (missing prototype).
authorGünther Deschner <gd@samba.org>
Tue, 9 Dec 2008 13:48:10 +0000 (14:48 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 12 Dec 2008 00:04:50 +0000 (01:04 +0100)
Guenther

source/libnet/libnet_samsync.c

index 7b264c58303c6a4e019fbd8a5800f1ca00a17635..87b3f9c6bda44fb7bbba1fd2804f1e372d66ba95 100644 (file)
@@ -282,8 +282,8 @@ static const char *samsync_debug_str(TALLOC_CTX *mem_ctx,
  * libnet_samsync
  */
 
-void libnet_init_netr_ChangeLogEntry(struct samsync_object *o,
-                                    struct netr_ChangeLogEntry *e)
+static void libnet_init_netr_ChangeLogEntry(struct samsync_object *o,
+                                           struct netr_ChangeLogEntry *e)
 {
        ZERO_STRUCTP(e);