strip down the scriptaculous javascript code to a bare minimum, and rewrite tiles.js as tiles2.js - uses Classes, so the code is a lot neater. Still a couple bugs to work out, but mostly works
committer: Tero Marttila <terom@fixme.fi>
#ifndef SOCKET_H
#define SOCKET_H
#include "config.h"
#define SOCKET_LISTEN_BACKLOG 128
int socket_listen (struct config_endpoint *endpoint, int sock_type);
int socket_connect_async (struct config_endpoint *endpoint, int sock_type);
#endif /* SOCKET_H */