diff options
| author | krasimir <krasimir@chalmers.se> | 2017-04-19 09:34:23 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-04-19 09:34:23 +0000 |
| commit | 7d72d99c2f7fc228d71df627a10a2ff776335b2b (patch) | |
| tree | f4629cb53ba213a56f3f8faddae3cc77595c077a /src/runtime/c/pgf/hopu.h | |
| parent | 33ec916c9c8a7656583ef31947c5ff81b029d3a7 (diff) | |
explicitly classify all functions in libpgf as either internal or API functions
Diffstat (limited to 'src/runtime/c/pgf/hopu.h')
| -rw-r--r-- | src/runtime/c/pgf/hopu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/hopu.h b/src/runtime/c/pgf/hopu.h index a2dfa6649..367d9d5e2 100644 --- a/src/runtime/c/pgf/hopu.h +++ b/src/runtime/c/pgf/hopu.h @@ -1,7 +1,8 @@ #ifndef HOPU_H #define HOPU_H -void pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2); +PGF_INTERNAL_DECL void +pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2); #endif |
