1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/protocol/smb/smb.h
2005-10-21 09:14:07 +02:00

17 lines
285 B
C

#ifndef EL__PROTOCOL_SMB_SMB_H
#define EL__PROTOCOL_SMB_SMB_H
#include "main/module.h"
#include "protocol/protocol.h"
extern struct module smb_protocol_module;
#ifdef CONFIG_SMB
extern protocol_handler_T smb_protocol_handler;
#else
#define smb_protocol_handler NULL
#endif
#endif