tsp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tsp-devel] TSP_STATUS_xxxxx


From: Eric Noulard
Subject: [Tsp-devel] TSP_STATUS_xxxxx
Date: Sat, 12 May 2007 23:10:23 +0200

Hi all,

Is anyone using those TSP functions ?
(from tsp/src/core/common/tsp_common_status[.hc])

int32_t
TSP_STATUS_print(FILE* fs, int32_t TSPStatus);

const char*
TSP_STATUS_2string(int32_t TSPStatus);

int32_t
TSP_STATUS_sprint(char* buffer, int32_t buffer_len, int32_t TSPStatus);


I'd rather rename those more consistently to (lower case)
TSP_status_xxxxx

The current TSP source tree does not call the functions :))
But they may be useful in the future?

I did rename the function and add
#define TSP_STATUS_xxxxx TSP_status_xxxxx

but would be glad to simply get rid of such "compatibility define".


--
Erk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]