summaryrefslogtreecommitdiff
path: root/src/comm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.sh')
-rw-r--r--src/comm.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/comm.sh b/src/comm.sh
index 190de58..4fc8cb2 100644
--- a/src/comm.sh
+++ b/src/comm.sh
@@ -63,6 +63,10 @@ struct action
int nr;
char **args;
int *argl;
+ int quiet; /* Suppress (currently unused)
+ 0x01 - Error message
+ 0x02 - Normal message
+ */
};
#define RC_ILLEGAL -1