summaryrefslogtreecommitdiff
path: root/src/compgen.h
blob: 502bcb5c0e4b15ae8f8445e1fc61f6f672850051 (plain)
1
2
3
4
5
6
7
8
9
#ifndef COMPGEN_H
#define COMPGEN_H

#include "history.h"
#include "string_vec.h"

struct string_vec compgen(struct history *history);

#endif /* COMPGEN_H */