/*
 * 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: util.h,v 1.3 2007/05/15 01:06:21 darron Exp $
 */

#ifndef _UTIL_H
#define _UTIL_H

const char *mystrcasestr(const char *, const char *);
char *getarg(const char *);

#endif /* !_UTIL_H */
