summaryrefslogtreecommitdiff
path: root/include/ouroboros/tpm.h
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-10-02 07:06:32 +0000
committerSander Vrijders <sander.vrijders@ugent.be>2017-10-02 07:06:32 +0000
commitb3879c020ebf038a07aed20ee91ea38f21b7bd98 (patch)
treea0489929634ee7588de3ad77a6a1166ce11508e2 /include/ouroboros/tpm.h
parent5e974395fadc5e1922f200855c14ca0538ba50dc (diff)
parent9405ad97e20686f74c06bcbac9523a8b4f10272e (diff)
downloadouroboros-b3879c020ebf038a07aed20ee91ea38f21b7bd98.tar.gz
ouroboros-b3879c020ebf038a07aed20ee91ea38f21b7bd98.zip
Merged in dstaesse/ouroboros/be-tpm-cancel (pull request #621)
lib: Cancel tpm threads instead of marking exit
Diffstat (limited to 'include/ouroboros/tpm.h')
-rw-r--r--include/ouroboros/tpm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ouroboros/tpm.h b/include/ouroboros/tpm.h
index 74e45035..f472cb8e 100644
--- a/include/ouroboros/tpm.h
+++ b/include/ouroboros/tpm.h
@@ -38,10 +38,6 @@ int tpm_start(struct tpm * tpm);
void tpm_stop(struct tpm * tpm);
-bool tpm_check(struct tpm * tpm);
-
-void tpm_exit(struct tpm * tpm);
-
void tpm_dec(struct tpm * tpm);
void tpm_inc(struct tpm * tpm);