mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
ac69f8c21b
misc cleanups.
14 lines
284 B
C
14 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
|