move some things around
[ira/wip.git] / source3 / include / mapping.h
index 9b46989ccb711bf09c2207154f58c6f424101e77..0cb31aa040bbe9b87da2b19eca11715e5e1c8123 100644 (file)
@@ -1,6 +1,5 @@
 /* 
- *  Unix SMB/Netbios implementation.
- *  Version 1.9.
+ *  Unix SMB/CIFS implementation.
  *  RPC Pipe client / server routines
  *  Copyright (C) Andrew Tridgell              1992-2000,
  *  Copyright (C) Jean François Micouleau      1998-2001.
@@ -55,7 +54,7 @@ typedef struct _GROUP_MAP {
 
 typedef struct _PRIVS {
        uint32 se_priv;
-       char *priv;
-       char *description;
+       const char *priv;
+       const char *description;
 } PRIVS;