1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-12 08:01:43 +03:00
Files
mariadb/include/usr0types.h

15 lines
284 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