move rta support back into core
This commit is contained in:
parent
09927e96e1
commit
be7e99a372
8 changed files with 7 additions and 7 deletions
14
.gitattributes
vendored
14
.gitattributes
vendored
|
@ -89,6 +89,7 @@ include/servers.h eol=lf
|
|||
include/services.h eol=lf
|
||||
include/signals.h -text
|
||||
include/sock.h eol=lf
|
||||
include/sqlsrv.h -text
|
||||
include/support.h eol=lf
|
||||
include/timer.h eol=lf
|
||||
include/transfer.h -text
|
||||
|
@ -344,13 +345,6 @@ modules/operlog/ChangeLog -text
|
|||
modules/operlog/Makefile -text
|
||||
modules/operlog/ol_help.c -text
|
||||
modules/operlog/operlog.c -text
|
||||
modules/sqlsrv/rtabans.c -text
|
||||
modules/sqlsrv/rtachannels.c -text
|
||||
modules/sqlsrv/rtamodules.c -text
|
||||
modules/sqlsrv/rtaservers.c -text
|
||||
modules/sqlsrv/rtausers.c -text
|
||||
modules/sqlsrv/sqlsrv.c -text
|
||||
modules/sqlsrv/sqlsrv.h -text
|
||||
modules/sqlsrv/sqlsrv.vcproj -text
|
||||
modules/statserv/.indent.pro -text
|
||||
modules/statserv/GeoIP.dat -text
|
||||
|
@ -469,10 +463,16 @@ src/protocol/unreal32.vcproj -text
|
|||
src/protocol/viagra.c -text
|
||||
src/protocol/viagra.h -text
|
||||
src/protocol/viagra.vcproj -text
|
||||
src/rtabans.c -text
|
||||
src/rtachannels.c -text
|
||||
src/rtamodules.c -text
|
||||
src/rtaservers.c -text
|
||||
src/rtausers.c -text
|
||||
src/servers.c eol=lf
|
||||
src/services.c eol=lf
|
||||
src/signals.c -text
|
||||
src/sock.c eol=lf
|
||||
src/sqlsrv.c -text
|
||||
src/support.c eol=lf
|
||||
src/timer.c eol=lf
|
||||
src/transfer.c -text
|
||||
|
|
Reference in a new issue