Move ber_[read|write]_OID_String protypes to proto.h
authorVolker Lendecke <vl@samba.org>
Sun, 25 May 2008 11:36:46 +0000 (13:36 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 25 May 2008 11:53:43 +0000 (13:53 +0200)
(This used to be commit 2dbbd81677af9c470ee9370ca5414876d21c6b9b)

source3/include/proto.h
source3/librpc/ndr/ndr_drsuapi.c

index afce9ae63ba08acd834dc1df8e20aef9f5a6b665..3d72022b9a8cbc026abdcd44929228e9067bf4d4 100644 (file)
@@ -4202,6 +4202,8 @@ bool asn1_read_OctetString(ASN1_DATA *data, DATA_BLOB *blob);
 bool asn1_read_Integer(ASN1_DATA *data, int *i);
 bool asn1_check_enumerated(ASN1_DATA *data, int v);
 bool asn1_write_enumerated(ASN1_DATA *data, uint8 v);
+bool ber_write_OID_String(DATA_BLOB *blob, const char *OID);
+bool ber_read_OID_String(TALLOC_CTX *mem_ctx, DATA_BLOB blob, const char **OID);
 
 /* The following definitions come from libsmb/async_smb.c  */
 
index 3c15e013ee48200f6e8542cd0c00021229dd72be..f12ac0ba61aafaba87e95b533834efbe06a04b2a 100644 (file)
@@ -24,9 +24,6 @@
 #include "librpc/gen_ndr/ndr_drsuapi.h"
 #include "librpc/gen_ndr/ndr_misc.h"
 
-bool ber_write_OID_String(DATA_BLOB *blob, const char *OID);
-bool ber_read_OID_String(TALLOC_CTX *mem_ctx, DATA_BLOB blob, const char **OID);
-
 void ndr_print_drsuapi_DsReplicaObjectListItem(struct ndr_print *ndr, const char *name,
                                               const struct drsuapi_DsReplicaObjectListItem *r)
 {