Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
[kai/samba.git] / source3 / include / proto.h
index fc497b69661c71857968e5f64f0c380547a5acd0..3df87a6c346d7682d885931f1de5630bd331739b 100644 (file)
@@ -315,11 +315,6 @@ int afs_syscall( int subcall,
 bool afs_settoken_str(const char *token_string);
 bool afs_settoken_str(const char *token_string);
 
-/* The following definitions come from lib/arc4.c  */
-
-void smb_arc4_init(unsigned char arc4_state_out[258], const unsigned char *key, size_t keylen);
-void smb_arc4_crypt(unsigned char arc4_state_inout[258], unsigned char *data, size_t len);
-
 /* The following definitions come from lib/audit.c  */
 
 const char *audit_category_str(uint32 category);