view src/auth/login-connection.h @ 903:fd8888f6f037 HEAD

Naming style changes, finally got tired of most of the typedefs. Also the previous enum -> macro change reverted so that we don't use the highest bit anymore, that's incompatible with old indexes so they will be rebuilt.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Jan 2003 15:09:51 +0200
parents 3b1985cbc908
children fe49ece0f3ea
line wrap: on
line source

#ifndef __LOGIN_CONNECTION_H
#define __LOGIN_CONNECTION_H

struct login_connection *login_connection_create(int fd);
void login_connection_destroy(struct login_connection *conn);

void login_connections_init(void);
void login_connections_deinit(void);

#endif