source: branches/client-1.5/src/util.h@ 147

Last change on this file since 147 was 147, checked in by Yuri Dario, 17 years ago

Map errno smb errors to OS/2 error codes. Minor build system rework.

  • Property svn:eol-style set to native
File size: 118 bytes
Line 
1
2#ifndef __UTIL_H__
3#define __UTIL_H__
4
5int maperror(int rc);
6char * getlastslash(char * path);
7
8#endif // __UTIL_H__
Note: See TracBrowser for help on using the repository browser.