X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Flib%2Fao-verbose.h;h=26c2fe41974ce8e7121518ad8756228238bafd04;hb=6cf27ddd5e84824610d6a0bcbb81ba4626b71409;hp=45a0559cb9aa4bb56defee59618a3c48155b74ec;hpb=ee07f1a0f8e431bebb3b948f6249f5f33413e966;p=fw%2Faltos diff --git a/ao-tools/lib/ao-verbose.h b/ao-tools/lib/ao-verbose.h index 45a0559c..26c2fe41 100644 --- a/ao-tools/lib/ao-verbose.h +++ b/ao-tools/lib/ao-verbose.h @@ -24,6 +24,7 @@ uint32_t ao_verbose; #define AO_VERBOSE_EXE 1 +#define AO_VERBOSE_SELF 2 void ao_printf(uint32_t verbose, const char *format, ...);