#ifndef PAGE_TEST_H #define PAGE_TEST_H #ifdef __cplusplus extern "C" { #endif int pgd_test(int argc, char *argv[]); #ifdef __cplusplus } #endif #endif /* PAGE_TEST_H */