/*
 * Velleman K8048 Programmer for FreeBSD and others.
 *
 * Copyright (c) 2005-2007 Darron Broad
 * All rights reserved.
 *
 * Licensed under the terms of the BSD license, see file LICENSE
 * for details.
 *
 * $Id: dotconf.h,v 1.2 2007/05/15 01:06:21 darron Exp $
 */

#ifndef _DOTCONF_H
#define _DOTCONF_H

#define DOTFILENAME ".k8048"

void getconf(struct k8048 *);

#endif /* !_DOTCONF_H */
