mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 06:18:38 +00:00
Fix small logic errors (bug #242)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -20,7 +20,8 @@ extern "C" {
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
extern void ast_cli(int fd, char *fmt, ...);
|
||||
extern void ast_cli(int fd, char *fmt, ...)
|
||||
__attribute__ ((format (printf, 2, 3)));
|
||||
|
||||
#define RESULT_SUCCESS 0
|
||||
#define RESULT_SHOWUSAGE 1
|
||||
|
||||
Reference in New Issue
Block a user