diff options
author | John Ankarström <john@ankarstrom.se> | 2022-06-02 02:27:43 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-06-02 02:27:43 +0200 |
commit | 7f37c580c4e55468ffedba910d01abffe26154f4 (patch) | |
tree | 3e50de469d1d871aa77ea23427d6d72d93c3b5cd /c/defs.h | |
parent | 5b004563a06dd41e5ba474b82088b5ca516bda85 (diff) | |
download | EpisodeBrowser-7f37c580c4e55468ffedba910d01abffe26154f4.tar.gz |
Simplify C interface to Prolog.
Diffstat (limited to 'c/defs.h')
-rw-r--r-- | c/defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |