From bb22bc506676fd268ded3b3d6c7b7acea5dc2db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 17 Jul 2022 17:49:43 +0200 Subject: Update type names and variable prefixes. --- c/pl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/pl.h') 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 #include -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 -- cgit v1.2.3