Skip to content
Snippets Groups Projects
Commit bc7aa848 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: ChangeLog:1.375
Rev: src/connection_commands.h:1.17
parent 118cda6c
No related branches found
No related tags found
No related merge requests found
2001-07-04 Niels Möller <nisse@cuckoo.hack.org> 2001-07-04 Niels Möller <nisse@cuckoo.hack.org>
* src/command.c (collect_state_1): Deleted class.
(collect_state_1): Deleted class.
(collect_state_2): Deleted class.
(collect_state_3): Deleted class.
(make_collect_state_1): Deleted function.
(make_collect_state_2): Deleted function.
* src/command.h (command_2): Made invoke a method, not a function * src/command.h (command_2): Made invoke a method, not a function
pointer. Updated users. pointer. Updated users.
(COMMAND_2_INVOKE): New macro. (COMMAND_2_INVOKE): New macro.
(collect_info_3): Deleted class.
(collect_info_2): Deleted class.
(collect_info_1): Deleted class.
(STATIC_COLLECT_1): Deleted macro.
(STATIC_COLLECT_2): Deleted macro.
(STATIC_COLLECT_2_FINAL): Deleted macro.
(STATIC_COLLECT_3_FINAL): Deleted macro.
* src/channel_commands.h (install_info): Inherit command_2, * src/channel_commands.h (install_info): Inherit command_2,
instead of collect_info_2. instead of collect_info_2.
......
...@@ -45,8 +45,8 @@ struct command * ...@@ -45,8 +45,8 @@ struct command *
make_connection_if_srp(struct command *then_f, make_connection_if_srp(struct command *then_f,
struct command *else_f); struct command *else_f);
extern struct collect_info_1 connection_if_srp_command; extern struct command_3 connection_if_srp;
#define CONNECTION_IF_SRP (&connection_if_srp_command.super.super.super) #define CONNECTION_IF_SRP (&connection_if_srp_command.super.super)
extern struct command connection_require_userauth; extern struct command connection_require_userauth;
#define CONNECTION_REQUIRE_USERAUTH (&connection_require_userauth.super) #define CONNECTION_REQUIRE_USERAUTH (&connection_require_userauth.super)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment