android_bootable_recovery/libcrecovery/common.h
Koushik Dutta 5082299146 tar nandroid and /data/media support.
Change-Id: I9405e701887fc83c422c63c1dbf5ff087fff880d
2011-06-08 19:03:27 -07:00

8 lines
183 B
C

#ifndef LIBCRECOVERY_COMMON_H
#define LIBCRECOVERY_COMMON_H
int __system(const char *command);
FILE * __popen(const char *program, const char *type);
int __pclose(FILE *iop);
#endif