lastlog.h 928 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*++
  2. Copyright (c) 2015 Minoca Corp.
  3. This file is licensed under the terms of the GNU Lesser General Public
  4. License version 3. Alternative licensing terms are available. Contact
  5. info@minocacorp.com for details.
  6. Module Name:
  7. lastlog.h
  8. Abstract:
  9. This header contains definitions for getting the last login time of a user.
  10. It is provided for compatibility.
  11. Author:
  12. Evan Green 4-Mar-2015
  13. --*/
  14. #ifndef _LASTLOG_H
  15. #define _LASTLOG_H
  16. //
  17. // ------------------------------------------------------------------- Includes
  18. //
  19. #include <utmp.h>
  20. //
  21. // ---------------------------------------------------------------- Definitions
  22. //
  23. //
  24. // ------------------------------------------------------ Data Type Definitions
  25. //
  26. //
  27. // -------------------------------------------------------------------- Globals
  28. //
  29. //
  30. // -------------------------------------------------------- Function Prototypes
  31. //
  32. #endif