Changeset 1186 for trunk/lib/utility.h


Ignore:
Timestamp:
Aug 28, 2010, 12:13:37 AM (13 years ago)
Author:
Peter Johansson
Message:

using errno_error. closes #410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/utility.h

    r1132 r1186  
    115115  ///
    116116  std::string htrim(std::string str);
     117
     118  /**
     119     same as lstat(2) but throws an errno_error if error is detected
     120   */
     121  void lstat(const std::string path, struct stat*);
    117122
    118123  ///
Note: See TracChangeset for help on using the changeset viewer.