blob: 59af22e53fc436a38c9ff3d9b345afbe3a9d081b [file] [log] [blame]
Koushik Dutta50822992011-06-08 19:03:27 -07001#ifndef LIBCRECOVERY_COMMON_H
2#define LIBCRECOVERY_COMMON_H
3
Koushik Duttaaee5f852011-06-27 11:02:44 -07004#include <stdio.h>
5
Koushik Dutta50822992011-06-08 19:03:27 -07006int __system(const char *command);
7FILE * __popen(const char *program, const char *type);
8int __pclose(FILE *iop);
9
10#endif