aboutsummaryrefslogtreecommitdiff
path: root/c/pl.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-17 17:49:43 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-17 17:49:43 +0200
commitbb22bc506676fd268ded3b3d6c7b7acea5dc2db9 (patch)
treef3df0eca434f86ddc70aab0410a5a4bcd4559b2a /c/pl.h
parentcd5ff302d1b03edb6fe81254c585e0e88c8e71ee (diff)
downloadEpisodeBrowser-bb22bc506676fd268ded3b3d6c7b7acea5dc2db9.tar.gz
Update type names and variable prefixes.
Diffstat (limited to 'c/pl.h')
-rw-r--r--c/pl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/pl.h b/c/pl.h
index 14f6c43..c4694a9 100644
--- a/c/pl.h
+++ b/c/pl.h
@@ -4,7 +4,7 @@
#include <windows.h>
#include <SWI-Prolog.h>
-int PL_get_tchars(term_t t, TCHAR** lpTsz, int iFlags);
+int PL_get_tchars(term_t t, TCHAR** pTsz, int iFlags);
int Plx(const char* szMod, const char* szPred);
struct Query