1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-08-26 21:54:50 -04:00
elinks/src/protocol/user.h
Jonas Fonseca acf2ec806b Remove empty lines in start of header files
A left over from the CVS Id removal. Also, for a few files, normalize the
order in which things are declared in headers.
2005-11-15 11:33:27 +01:00

14 lines
329 B
C

#ifndef EL__PROTOCOL_USER_H
#define EL__PROTOCOL_USER_H
#include "main/module.h"
#include "protocol/protocol.h"
#include "terminal/terminal.h"
extern struct module user_protocol_module;
extern protocol_external_handler_T user_protocol_handler;
unsigned char *get_user_program(struct terminal *, unsigned char *, int);
#endif