katef / libfsm

DFA regular expression library & friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing headers after installation

rdck opened this issue · comments

The install target doesn't seem to install all the headers from include/fsm/.

For example, include/fsm/capture.h is missing. Users of the library can't call fsm_exec, because they need the definition of struct fsm_capture for the last argument.

This got missed, the capture support is a work in progress. I will fix this later today.