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

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

struct string_vec compgen(void);
void compgen_history_sort(struct string_vec *programs, struct history *history);

#endif /* COMPGEN_H */