summaryrefslogtreecommitdiff
path: root/include/mailutils/stream.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-11-10 13:14:17 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-11-10 13:14:17 +0200
commit367aa99dd28cc74febe4e8c5f81df9812a41e05a (patch)
tree74a405d79ab690793095dd882f1b50482606cc57 /include/mailutils/stream.h
parentea10f1a4ca849cd44d2b9cf79c679fb8c2924f48 (diff)
downloadmailutils-367aa99dd28cc74febe4e8c5f81df9812a41e05a.tar.gz
mailutils-367aa99dd28cc74febe4e8c5f81df9812a41e05a.tar.bz2
Remove deprecated MU_IOCTL_LOGSTREAM_GET_LOCUS and MU_IOCTL_LOGSTREAM_SET_LOCUS
Diffstat (limited to 'include/mailutils/stream.h')
-rw-r--r--include/mailutils/stream.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/include/mailutils/stream.h b/include/mailutils/stream.h
index bd4c3e7ae..aa216167f 100644
--- a/include/mailutils/stream.h
+++ b/include/mailutils/stream.h
@@ -107,20 +107,11 @@ enum mu_buffer_type
#define MU_IOCTL_LOGSTREAM_GET_SEVERITY 0
#define MU_IOCTL_LOGSTREAM_SET_SEVERITY 1
- /* The following two subcommands are deprecated and provided for
- backward compatibility. Please use the MU_IOCTL_LOGSTREAM_GET_LOCUS_RANGE
- and MU_IOCTL_LOGSTREAM_SET_LOCUS_RANGE instead. */
- /* Get or set locus.
- Arg: struct mu_locus_DEPRECATED *
+ /* Codes 2 and 3 are unused now.
+ For their prior use, see
+ http://mailutils.org/wiki/Source_location_API#Deprecated_interface
*/
-#define MU_IOCTL_LOGSTREAM_GET_LOCUS_DEPRECATED 2
-#define MU_IOCTL_LOGSTREAM_SET_LOCUS_DEPRECATED 3
-int mu_ioctl_logstream_get_locus_deprecated (void) MU_DEPRECATED;
-#define MU_IOCTL_LOGSTREAM_GET_LOCUS mu_ioctl_logstream_get_locus_deprecated ()
-int mu_ioctl_logstream_set_locus_deprecated (void) MU_DEPRECATED;
-#define MU_IOCTL_LOGSTREAM_SET_LOCUS mu_ioctl_logstream_set_locus_deprecated ()
-
/* Get or set log mode.
Arg: int *
*/

Return to:

Send suggestions and report system problems to the System administrator.