You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
284 B

20 years ago
  1. /******************************************************
  2. Users and sessions global types
  3. (c) 1996 Innobase Oy
  4. Created 6/25/1996 Heikki Tuuri
  5. *******************************************************/
  6. #ifndef usr0types_h
  7. #define usr0types_h
  8. typedef struct sess_struct sess_t;
  9. #endif