Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
bc7aa848
Commit
bc7aa848
authored
Jul 4, 2001
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** 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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+14
-0
14 additions, 0 deletions
ChangeLog
src/connection_commands.h
+2
-2
2 additions, 2 deletions
src/connection_commands.h
with
16 additions
and
2 deletions
ChangeLog
+
14
−
0
View file @
bc7aa848
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.
...
...
This diff is collapsed.
Click to expand it.
src/connection_commands.h
+
2
−
2
View file @
bc7aa848
...
@@ -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
co
llect_info_1
connection_if_srp
_command
;
extern
struct
co
mmand_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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment