diff options
author | Wynn Wolf Arbor | 2020-05-24 13:55:36 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 14:05:54 +0200 |
commit | 687f61eb77d0878d752266ace8bb8933cf5f9556 (patch) | |
tree | cfa2c1f2cebce57cc8d212919cf3627dcad02284 /getdtablecount.h | |
parent | 420f9ad56e80e0dbd024eefd61eeafed4265742d (diff) | |
download | slowcgi-687f61eb77d0878d752266ace8bb8933cf5f9556.tar.gz |
Add getdtablecount(2)
This was taken from https://github.com/Duncaen/lobase
Diffstat (limited to '')
-rw-r--r-- | getdtablecount.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/getdtablecount.h b/getdtablecount.h new file mode 100644 index 0000000..9174792 --- /dev/null +++ b/getdtablecount.h @@ -0,0 +1,6 @@ +#ifndef GETDTABLECOUNT_H +#define GETDTABLECOUNT_H + +int getdtablecount(void); + +#endif |