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

#include "string_vec.h"

struct string_vec compgen();

#endif /* COMPGEN_H */