Changes between Initial Version and Version 1 of Ticket #3207, comment 3


Ignore:
Timestamp:
Dec 8, 2012, 4:55:34 PM (11 years ago)
Author:
umccullough

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3207, comment 3

    initial v1  
    11I think this should do the work:
    22
     3{{{
    34/* As of now, Haiku doesnt have multiuser support, this header provides a stub implementation */
    45#include <sys/types.h>
     
    3031struct utmpx *getutxline(const struct utmpx *);
    3132struct utmpx *pututxline(const struct utmpx *);
    32 void setutxent(void);   
     33void setutxent(void);
     34}}}