From d315ca4930ff96e1428c6021c96f209e1abdd83e Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 16 Nov 2009 18:16:45 +0200 Subject: Add support for --info-memory and --robot to xz. Currently --robot works only with --info-memory and --version. --help and --long-help work too, but --robot has no effect on them. Thanks to Jonathan Nieder for the original patches. --- src/xz/message.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/xz/message.h') diff --git a/src/xz/message.h b/src/xz/message.h index 2b1ab919..d9edb7c0 100644 --- a/src/xz/message.h +++ b/src/xz/message.h @@ -96,6 +96,10 @@ extern void message_filters( extern void message_try_help(void); +/// Print the memory usage limit and exit. +extern void message_memlimit(void) lzma_attribute((noreturn)); + + /// Prints the version number to stdout and exits with exit status SUCCESS. extern void message_version(void) lzma_attribute((noreturn)); -- cgit v1.2.3