lastlog.h 1010 B

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