php-src/ext/session/mod_user.h

30 lines
1.3 KiB
C
Raw Normal View History

2015-01-03 09:22:58 +00:00
/*
1999-09-17 05:40:59 +00:00
+----------------------------------------------------------------------+
2014-09-19 16:33:14 +00:00
| PHP Version 7 |
1999-09-17 05:40:59 +00:00
+----------------------------------------------------------------------+
| Copyright (c) 1997-2016 The PHP Group |
1999-09-17 05:40:59 +00:00
+----------------------------------------------------------------------+
2006-01-01 12:51:34 +00:00
| This source file is subject to version 3.01 of the PHP license, |
1999-09-17 05:40:59 +00:00
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
2006-01-01 12:51:34 +00:00
| http://www.php.net/license/3_01.txt |
1999-09-17 05:40:59 +00:00
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
2002-02-28 08:29:35 +00:00
| Author: Sascha Schumann <sascha@schumann.cx> |
1999-09-17 05:40:59 +00:00
+----------------------------------------------------------------------+
*/
2005-02-13 17:54:04 +00:00
/* $Id$ */
1999-09-17 05:40:59 +00:00
#ifndef MOD_USER_H
#define MOD_USER_H
extern ps_module ps_mod_user;
#define ps_user_ptr &ps_mod_user
2015-01-21 10:13:59 +00:00
PS_FUNCS_UPDATE_TIMESTAMP(user);
1999-09-17 05:40:59 +00:00
#endif