houndsniff

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit db37b3b0d01e27d41342d60f8a7dde27083fb7f9
parent 5aa11f14d7a1692f3849ac1b6d5f0d07fbcb34d8
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sun, 27 Dec 2020 18:51:50 +0000

Update select.h
Diffstat:
Msrc/select.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/select.h b/src/select.h @@ -1,5 +1,5 @@ /* - * HOUNDSNIFF by Michael C. Dim. (Kerberos) + * houndsniff by Michael C. Dim. (Kerberos) * hash identification program * * select.h @@ -8,7 +8,6 @@ #ifndef SELECT_H #define SELECT_H -int callback(void *, int, char **, char **); int sel(int length, const char *charset); #endif