Christopher Wiley | 2f77417 | 2015-08-30 10:57:07 -0700 | [diff] [blame] | 1 | #ifndef AIDL_AIDL_H_ |
2 | #define AIDL_AIDL_H_ | ||||
3 | |||||
4 | #include "options.h" | ||||
5 | |||||
6 | int compile_aidl(Options& options); | ||||
7 | int preprocess_aidl(const Options& options); | ||||
8 | |||||
9 | #endif // AIDL_AIDL_H_ |