kill get_user() and struct user
[paraslash.git] / server.h
index 0077338bf47e1162ff121c51337705eca607c4f7..1652d91efc38a453768829fbb5fbdabfd275f42a 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,15 +38,6 @@ enum {DB_READ = 1, DB_WRITE = 2, AFS_READ = 4, AFS_WRITE = 8};
 /**
  * data needed to authenticate the user
  */
-struct user{
-       /** the username */
-       char name[MAXLINE];
-       /** full path to the public RSA key */
-       char pubkey_file[_POSIX_PATH_MAX];
-       /** the privileges of this user */
-       unsigned int perms;
-};
-
 struct _user {
        /** the position of this user in the list of users */
        struct list_head node;