View | Details | Raw Unified | Return to bug 192177 | Differences between
and this patch

Collapse All | Expand All

(-)src/Mumble.pb-c.h (-4 / +15 lines)
Lines 1-11 Link Here
1
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
1
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2
/* Generated from: Mumble.proto */
2
3
3
#ifndef PROTOBUF_C_Mumble_2eproto__INCLUDED
4
#ifndef PROTOBUF_C_Mumble_2eproto__INCLUDED
4
#define PROTOBUF_C_Mumble_2eproto__INCLUDED
5
#define PROTOBUF_C_Mumble_2eproto__INCLUDED
5
6
6
#include <google/protobuf-c/protobuf-c.h>
7
#include <protobuf-c/protobuf-c.h>
7
8
8
PROTOBUF_C_BEGIN_DECLS
9
PROTOBUF_C__BEGIN_DECLS
10
11
#if PROTOBUF_C_VERSION_NUMBER < 1000000
12
# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
13
#elif 1000000 < PROTOBUF_C_MIN_COMPILER_VERSION
14
# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
15
#endif
9
16
10
17
11
typedef struct _MumbleProto__Version MumbleProto__Version;
18
typedef struct _MumbleProto__Version MumbleProto__Version;
Lines 53-58 Link Here
53
  MUMBLE_PROTO__REJECT__REJECT_TYPE__UsernameInUse = 5,
60
  MUMBLE_PROTO__REJECT__REJECT_TYPE__UsernameInUse = 5,
54
  MUMBLE_PROTO__REJECT__REJECT_TYPE__ServerFull = 6,
61
  MUMBLE_PROTO__REJECT__REJECT_TYPE__ServerFull = 6,
55
  MUMBLE_PROTO__REJECT__REJECT_TYPE__NoCertificate = 7
62
  MUMBLE_PROTO__REJECT__REJECT_TYPE__NoCertificate = 7
63
    PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(MUMBLE_PROTO__REJECT__REJECT_TYPE)
56
} MumbleProto__Reject__RejectType;
64
} MumbleProto__Reject__RejectType;
57
typedef enum _MumbleProto__PermissionDenied__DenyType {
65
typedef enum _MumbleProto__PermissionDenied__DenyType {
58
  MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE__Text = 0,
66
  MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE__Text = 0,
Lines 66-80 Link Here
66
  MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE__UserName = 8,
74
  MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE__UserName = 8,
67
  MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE__ChannelFull = 9,
75
  MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE__ChannelFull = 9,
68
  MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE__NestingLimit = 10
76
  MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE__NestingLimit = 10
77
    PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(MUMBLE_PROTO__PERMISSION_DENIED__DENY_TYPE)
69
} MumbleProto__PermissionDenied__DenyType;
78
} MumbleProto__PermissionDenied__DenyType;
70
typedef enum _MumbleProto__ContextActionModify__Context {
79
typedef enum _MumbleProto__ContextActionModify__Context {
71
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__CONTEXT__Server = 1,
80
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__CONTEXT__Server = 1,
72
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__CONTEXT__Channel = 2,
81
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__CONTEXT__Channel = 2,
73
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__CONTEXT__User = 4
82
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__CONTEXT__User = 4
83
    PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__CONTEXT)
74
} MumbleProto__ContextActionModify__Context;
84
} MumbleProto__ContextActionModify__Context;
75
typedef enum _MumbleProto__ContextActionModify__Operation {
85
typedef enum _MumbleProto__ContextActionModify__Operation {
76
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__OPERATION__Add = 0,
86
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__OPERATION__Add = 0,
77
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__OPERATION__Remove = 1
87
  MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__OPERATION__Remove = 1
88
    PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(MUMBLE_PROTO__CONTEXT_ACTION_MODIFY__OPERATION)
78
} MumbleProto__ContextActionModify__Operation;
89
} MumbleProto__ContextActionModify__Operation;
79
90
80
/* --- messages --- */
91
/* --- messages --- */
Lines 1304-1310 Link Here
1304
extern const ProtobufCMessageDescriptor mumble_proto__suggest_config__descriptor;
1315
extern const ProtobufCMessageDescriptor mumble_proto__suggest_config__descriptor;
1305
extern const ProtobufCMessageDescriptor mumble_proto__request_blob__descriptor;
1316
extern const ProtobufCMessageDescriptor mumble_proto__request_blob__descriptor;
1306
1317
1307
PROTOBUF_C_END_DECLS
1318
PROTOBUF_C__END_DECLS
1308
1319
1309
1320
1310
#endif  /* PROTOBUF_Mumble_2eproto__INCLUDED */
1321
#endif  /* PROTOBUF_C_Mumble_2eproto__INCLUDED */

Return to bug 192177