]> andersk Git - gssapi-openssh.git/blob - openssh/openbsd-compat/getcwd.h
Initial revision
[gssapi-openssh.git] / openssh / openbsd-compat / getcwd.h
1 /* $Id$ */
2
3 #ifndef _BSD_GETCWD_H 
4 #define _BSD_GETCWD_H
5 #include "config.h"
6
7 #if !defined(HAVE_GETCWD)
8
9 char *getcwd(char *pt, size_t size);
10
11 #endif /* !defined(HAVE_GETCWD) */
12 #endif /* _BSD_GETCWD_H */
This page took 0.044514 seconds and 5 git commands to generate.