further cleanup of lpp code
[libfirm] / ir / lpp / lpp_net.h
1 /**
2  * @file   lpp_net.h
3  * @date   20.07.2005
4  * @author Sebastian Hack
5  *
6  * Copyright (C) 2005 Universitaet Karlsruhe
7  * Released under the GPL
8  */
9 #ifndef LPP_NET_H
10 #define LPP_NET_H
11
12 #include "lpp.h"
13
14 char **lpp_get_solvers(const char *host);
15
16 void lpp_set_dbg(const char *host, int mask);
17
18 void lpp_solve_net(lpp_t *lpp, const char *host, const char *solver);
19
20 #endif