summaryrefslogtreecommitdiffstats
path: root/include/lce.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-02-18 07:50:28 +0100
committerPatrick McHardy <kaber@trash.net>2010-02-18 07:51:14 +0100
commitd7321e7632f2e8c5694e018b466825091ad3b038 (patch)
treed44093d8af4d1e39ddcf1f020fe014b11ed1fa3e /include/lce.h
parent37d31a6e42b23b7c315ecbaa1bf5aa9806e60866 (diff)
Move some declarations of exported functions to public header files
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/lce.h')
-rw-r--r--include/lce.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lce.h b/include/lce.h
index 09db3f8..8f892fd 100644
--- a/include/lce.h
+++ b/include/lce.h
@@ -179,9 +179,6 @@ extern int dect_ddl_set_cipher_key(const struct dect_data_link *ddl,
extern int dect_ddl_encrypt_req(const struct dect_data_link *ddl,
enum dect_cipher_states status);
-extern int dect_lce_group_ring(struct dect_handle *dh,
- enum dect_ring_patterns pattern);
-
/* LCE message types */
enum dect_lce_msg_types {
DECT_LCE_PAGE_RESPONSE = 0x71,