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