view src/lib/home-expand.h @ 1151:058f6c26f405 HEAD

Added mail_full_filesystem_access setting. Some of the setting variable types were declared wrong and caused Dovecot to crash if they were set in config file.
author Timo Sirainen <tss@iki.fi>
date Tue, 11 Feb 2003 21:37:16 +0200
parents
children 0caa09cc3edb
line wrap: on
line source

#ifndef __HOME_EXPAND_H
#define __HOME_EXPAND_H

/* expand ~/ or ~user/ in beginning of path */
const char *home_expand(const char *path);

#endif