From 6adfcf74664a30021f12cc84e00a7cd471ee81a1 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 25 May 2017 18:43:54 +0200 Subject: Status display Alows to show status of current channels and users --- src/amps/transaction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amps/transaction.h') diff --git a/src/amps/transaction.h b/src/amps/transaction.h index 79fd467..5327481 100644 --- a/src/amps/transaction.h +++ b/src/amps/transaction.h @@ -49,4 +49,5 @@ transaction_t *search_transaction_callref(amps_t *amps, int callref); void trans_new_state(transaction_t *trans, int state); void amps_flush_other_transactions(amps_t *amps, transaction_t *trans); void transaction_timeout(struct timer *timer); +const char *trans_short_state_name(int state); -- cgit v1.2.3