File: videolink.hpp

package info (click to toggle)
videolink 1.2.5-1
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 392 kB
  • ctags: 526
  • sloc: cpp: 3,316; ansic: 884; makefile: 127
file content (8 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#ifndef INC_VIDEOLINK_HPP
#define INC_VIDEOLINK_HPP

#include <string>

void fatal_error(const std::string & message);

#endif // !INC_VIDEOLINK_HPP