/*
 * ftelnetd - fake telnet daemon
 *
 * log.h
 *
 * Sun Feb 11 23:44:46 CET 2007
 *
 * by Levent Kayan
 * levent[at]corehack[dot]org
 * www.corehack.org
 */

#ifndef __log_h__
#define __log_h__


void log_login(const char *user, const char *pass, const char *ip, 
               uint16_t port);
void open_logfile(char *name);

#endif

/* EOF */


syntax highlighted by Code2HTML, v. 0.9.1