Changes between Initial Version and Version 1 of Ticket #3207, comment 3
- Timestamp:
- Dec 8, 2012, 4:55:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3207, comment 3
initial v1 1 1 I think this should do the work: 2 2 3 {{{ 3 4 /* As of now, Haiku doesnt have multiuser support, this header provides a stub implementation */ 4 5 #include <sys/types.h> … … 30 31 struct utmpx *getutxline(const struct utmpx *); 31 32 struct utmpx *pututxline(const struct utmpx *); 32 void setutxent(void); 33 void setutxent(void); 34 }}}