mariadb/include/usr0types.h
2005-10-27 07:29:40 +00:00

14 lines
285 B
C

/******************************************************
Users and sessions global types
(c) 1996 Innobase Oy
Created 6/25/1996 Heikki Tuuri
*******************************************************/
#ifndef usr0types_h
#define usr0types_h
typedef struct sess_struct sess_t;
#endif