Files
recycled-ni-neutrino/lib/libtriple/lt_debug.h
Stefan Seyfried 93d4db23ac libtriple: add lt_debug() for controllable debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 34a95c04c0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-08 (Sun, 08 Aug 2010)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-17 19:33:42 +02:00

5 lines
86 B
C

#ifndef __LT_DEBUG_H
#define __LT_DEBUG_H
void lt_debug(const char *fmt, ...);
#endif