mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
acf2ec806b
A left over from the CVS Id removal. Also, for a few files, normalize the order in which things are declared in headers.
9 lines
149 B
C
9 lines
149 B
C
#ifndef EL__PROTOCOL_ABOUT_H
|
|
#define EL__PROTOCOL_ABOUT_H
|
|
|
|
#include "protocol/protocol.h"
|
|
|
|
extern protocol_handler_T about_protocol_handler;
|
|
|
|
#endif
|