#ifndef TILDE_H_INCLUDED #define TILDE_H_INCLUDED /* $Id: tilde.h,v 1.1 1996/09/26 20:21:53 mb Exp mb $ * * Copyright (c) 1996 Martin Buck * Read COPYING for more information */ char *tilde_expand(const char *dir); int tilde_expand_realloc(char **dir); #endif /* TILDE_H_INCLUDED */