view include/subscriberfuncs.h @ 44:74cf6cb8362f

Change for new sub/unsub internal
author mmj
date Sun, 25 Apr 2004 20:09:11 +1000
parents 21ce01de8109
children c25dfbff557e
line wrap: on
line source

/* Copyright (C) 2003 Mads Martin Joergensen <mmj at mmj.dk>
 *
 * $Id$
 *
 * This file is redistributable under version 2 of the GNU General
 * Public License as described at http://www.gnu.org/licenses/gpl.txt
 */

#ifndef SUBSCRIBERFUNC_H
#define SUBSCRIBERFUNC_H

off_t find_subscriber(int fd, const char *address);

#endif /* SUBSCRIBERFUNC_H */