beloopana: Remove duplicate comments.
[libfirm] / ir / lpp / lpp_net.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @author  Sebastian Hack
9  */
10 #ifndef LPP_LPP_NET_H
11 #define LPP_LPP_NET_H
12
13 #include "lpp.h"
14
15 char **lpp_get_solvers(const char *host);
16
17 void lpp_set_dbg(const char *host, int mask);
18
19 void lpp_solve_net(lpp_t *lpp, const char *host, const char *solver);
20
21 #endif