1 
2 /*-------------------------------------------------------------*/
3 /* Name : netwib_pathname_exists
4    Description :
5      Check if a path exists.
6    Input parameter(s) :
7      *ppathname : pathname
8    Input/output parameter(s) :
9    Output parameter(s) :
10      *pyes : if path exists
11    Normal return values :
12      NETWIB_ERR_OK : ok
13 */
14 netwib_err netwib_pathname_exists(netwib_constbuf *ppathname,
15                                   netwib_bool *pyes);
16 
17