aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
blob: bb2ca1668137bed684a68967bf62b488e9ec2f25 (plain) (blame)
1
2
3
4
5
6
7
#ifndef GRAB_UTIL_H
#define GRAB_UTIL_H

int getenv_posnum(const char *ev, int fallback);
void pcre2_bitch_and_die(int ec, const char *fmt);

#endif /* !GRAB_UTIL_H */