source: tools/xupnpd/mpls.h @ 36146

Last change on this file since 36146 was 34374, checked in by Stephan, 9 years ago

add xupnpd

File size: 190 bytes
Line 
1#ifndef __MPLS_H
2#define __MPLS_H
3
4#include "common.h"
5
6namespace mpls
7{
8    int parse(const char* filename,std::list<int>& playlist,std::map<int,std::string>& datetime,int verb);
9}
10
11#endif
Note: See TracBrowser for help on using the repository browser.