aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amps/transaction.h')
-rw-r--r--src/amps/transaction.h1
1 files changed, 1 insertions, 0 deletions
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);