]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - user_list.h
server: Constify return value of lookup_user().
[paraslash.git] / user_list.h
index 948ed503093e53d1df0e29430619c22092489235..e4fbd46656e289c2f7f27fd9240749ad00d766a6 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file user_list.h exported functions from user_list.c */
 
@@ -37,4 +33,4 @@ struct user {
 };
 
 void init_user_list(char *user_list_file);
-struct user *lookup_user(const char *name);
+const struct user *lookup_user(const char *name);