summaryrefslogtreecommitdiff
path: root/src/libs6/ftrig1.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-02-01 13:27:17 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-02-01 13:27:17 +0000
commitf0109069e88e99319bc23636b59fc03875c0a1c6 (patch)
tree59ca24f9b445104a1cf4a44059bb4464346fc8ce /src/libs6/ftrig1.h
parentea2b67a78ba61808d9e0c24f947730cb8fead242 (diff)
downloads6-f0109069e88e99319bc23636b59fc03875c0a1c6.tar.xz
Don't deprecate ftrig1_init: remove it. (major bump inc anyway)
Diffstat (limited to 'src/libs6/ftrig1.h')
-rw-r--r--src/libs6/ftrig1.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs6/ftrig1.h b/src/libs6/ftrig1.h
index 89f11ba..229de66 100644
--- a/src/libs6/ftrig1.h
+++ b/src/libs6/ftrig1.h
@@ -3,7 +3,6 @@
#ifndef FTRIG1_H
#define FTRIG1_H
-#include <skalibs/gccattributes.h>
#include <skalibs/stralloc.h>
#define FTRIG1_PREFIX "ftrig1"
@@ -18,7 +17,6 @@ struct ftrig1_s
} ;
#define FTRIG1_ZERO { .fd = -1, .fdw = -1, .name = STRALLOC_ZERO }
-extern void ftrig1_init (void) gccattr_deprecated ;
extern int ftrig1_make (ftrig1_t *, char const *) ;
extern void ftrig1_free (ftrig1_t *) ;