aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-06-02 02:27:43 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-06-02 02:27:43 +0200
commit7f37c580c4e55468ffedba910d01abffe26154f4 (patch)
tree3e50de469d1d871aa77ea23427d6d72d93c3b5cd /c/defs.h
parent5b004563a06dd41e5ba474b82088b5ca516bda85 (diff)
downloadEpisodeBrowser-7f37c580c4e55468ffedba910d01abffe26154f4.tar.gz
Simplify C interface to Prolog.
Diffstat (limited to 'c/defs.h')
-rw-r--r--c/defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/defs.h b/c/defs.h
index 35f7431..2b4e0ba 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -30,6 +30,9 @@ void ElvUpdateItem(LPLVITEM);
HWND DlvCreate();
void DlvShowEpisode(int);
+/* pl.c */
+int Pl(char *, char *, char *, ...);
+
/* defs.h */
#define DLVSIKEY 0
#define DLVSIVALUE 1