X-Git-Url: https://pd.if.org/git/?p=ctap;a=blobdiff_plain;f=ctap.h;h=c641d2f6f7e3e164ecbe506a53df51193b97770e;hp=43d8087e792720c8bba2df86958132709fd8d06e;hb=96d62832ad1428de0aa2c7efcaf0754305dc3f60;hpb=31dfcc882434a7f85258d98d5a9d80cb4c83ab65 diff --git a/ctap.h b/ctap.h index 43d8087..c641d2f 100644 --- a/ctap.h +++ b/ctap.h @@ -3,6 +3,8 @@ #include +void begin_todo(void); +void end_todo(void); void plan(int tests); void plan_lazy(void); void skip_all(const char *why, ...);