#ifndef COMPGEN_H #define COMPGEN_H #include "history.h" #include "string_vec.h" struct string_vec compgen(struct history *history); #endif /* COMPGEN_H */