mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 60454a643c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-04 (Sun, 04 Dec 2011)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
12 lines
160 B
C
12 lines
160 B
C
#ifndef _SAFE_SYSTEM_H_
|
|
#define _SAFE_SYSTEM_H_
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
extern int safe_system(const char *);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|