From 2372b1998ae5d252433d7a7a07744ba2ea81b96e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 3 May 2014 22:45:50 +0200 Subject: Don't define names ending with _t (POSIX reserved). Avoid defining any names ending in _t, those are generally reserved for POSIX usage. For details see: http://pubs.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_02.html http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html --- session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.c') diff --git a/session.c b/session.c index 48d7e46..2ab7462 100644 --- a/session.c +++ b/session.c @@ -301,7 +301,7 @@ SRD_API int srd_session_destroy(struct srd_session *sess) * @since 0.3.0 */ SRD_API int srd_pd_output_callback_add(struct srd_session *sess, - int output_type, srd_pd_output_callback_t cb, void *cb_data) + int output_type, srd_pd_output_callback cb, void *cb_data) { struct srd_pd_callback *pd_cb; -- cgit v1.2.3-70-g09d2