1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-13 20:03:16 +03:00
Files
mariadb/include/usr0types.h
2005-10-27 07:29:40 +00:00

15 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