1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/innobase/include/usr0types.h
2004-03-11 12:55:28 +02: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