mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
Add "automatically generated by configure" comments to source
Since running ./configure now changes git-tracked source files to have this line, might as well have that git tracked so it doesn't create local changes all the time.
This commit is contained in:
parent
aa9bb36a0d
commit
d2c80d4b2c
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* this file is automatically generated by configure - don't change */
|
||||||
void fe_irc_dcc_init(void);void fe_irc_notifylist_init(void);
|
void fe_irc_dcc_init(void);void fe_irc_notifylist_init(void);
|
||||||
void fe_irc_notifylist_deinit(void);void fe_irc_dcc_deinit(void);
|
void fe_irc_notifylist_deinit(void);void fe_irc_dcc_deinit(void);
|
||||||
void fe_irc_modules_init(void) { fe_irc_dcc_init(); fe_irc_notifylist_init(); }
|
void fe_irc_modules_init(void) { fe_irc_dcc_init(); fe_irc_notifylist_init(); }
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* this file is automatically generated by configure - don't change */
|
||||||
void irc_core_init(void); void irc_core_deinit(void);
|
void irc_core_init(void); void irc_core_deinit(void);
|
||||||
void irc_dcc_init(void);void irc_flood_init(void);void irc_notifylist_init(void);
|
void irc_dcc_init(void);void irc_flood_init(void);void irc_notifylist_init(void);
|
||||||
void irc_notifylist_deinit(void);void irc_flood_deinit(void);void irc_dcc_deinit(void);
|
void irc_notifylist_deinit(void);void irc_flood_deinit(void);void irc_dcc_deinit(void);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue