aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-11-05 22:00:44 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-11-05 22:00:44 +0100
commit28c6d01984cf083600158d4a85fec1932b97957d (patch)
tree8fc8ff9a91445a2bf90d474ad2f3bed9854aa90f
parent90cd945b5ba972a18f3c43a923951dcbd94f63b2 (diff)
downloadlibfo-28c6d01984cf083600158d4a85fec1932b97957d.tar.gz
libfo-28c6d01984cf083600158d4a85fec1932b97957d.tar.bz2
libfo-28c6d01984cf083600158d4a85fec1932b97957d.zip
db.conf: add some functions to db
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--db.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/db.conf b/db.conf
index 7d09fa5..3131caa 100644
--- a/db.conf
+++ b/db.conf
@@ -24,6 +24,10 @@
headers, rtype, fname, args
# next lines are info about supported funcitons, leading spaces are striped
# so it can be used to increase readability
+stdio.h, char *, fgets, char *;int;FILE *
+stdio.h, size_t, fread, void *;size_t;size_t;FILE *
+stdio.h, size_t, fwrite, const void *;size_t;size_t;FILE *
+stdio.h, int, rename, const char *;const char *
string.h, int, memcmp, const void *; const void *; size_t
string.h, char *, strcpy, char *;const char *
sys/socket.h, int, bind, int;const struct sockaddr *;socklen_t