]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix up encapsulation prototype in universe struct.
authorTed Lemon <source@isc.org>
Fri, 24 Nov 2000 04:14:49 +0000 (04:14 +0000)
committerTed Lemon <source@isc.org>
Fri, 24 Nov 2000 04:14:49 +0000 (04:14 +0000)
includes/tree.h

index c7bb5ae75994363fcc0607cf9b1c477a4f75a8e9..794a4a7a80c1ef607d4ae7d1c37e48c5c5dc5c92 100644 (file)
@@ -303,7 +303,7 @@ struct universe {
                                         struct option_state *,
                                         const char *, int);
        int (*decode) (struct option_state *,
-                      unsigned char *, unsigned, struct universe *);
+                      const unsigned char *, unsigned, struct universe *);
        int (*encapsulate) (struct data_string *, struct packet *,
                            struct lease *, struct option_state *,
                            struct option_state *,