• rswindell's avatar
    Create fgetuserdat() (the 'f' stands for 'fast' or 'file) - · 1047cc54
    rswindell authored
    it just calls the (newer) functions readuserdat() and parseuserdat() in a easy
    replacement for getuserdat() for places where all users are read in a loop
    (the file is only opened one time, dramatically reducing the amount of time).
    Added an argument to openuserdat() so it can be used in more situations
    (i.e. where the file needs to be opened for modify/create acces).
    1047cc54