libUPnP 1.8.4
templates.h
1
2#ifndef TEMPLATES_H
3#define TEMPLATES_H
4
5int templates(void);
6
7#endif /* TEMPLATES_H */
8