diff options
author | Marvin Borner | 2023-05-31 12:21:03 +0200 |
---|---|---|
committer | Marvin Borner | 2023-05-31 13:05:26 +0200 |
commit | 181742084d3008fa5ab23ace57e8fa2ddfabc918 (patch) | |
tree | f35751918c1dc7d151fcfacba16444a976a10811 /inc | |
parent | cbd21e1da0d763225e7ea3594d4e6d8e96863790 (diff) |
Diffstat (limited to 'inc')
-rw-r--r-- | inc/sharing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/sharing.h b/inc/sharing.h index 7be84f4..6689e2d 100644 --- a/inc/sharing.h +++ b/inc/sharing.h @@ -6,6 +6,6 @@ #include <term.h> -void blind_check(void); +void sharing_query(struct term *a, struct term *b); #endif |