forgot to remove the function prototypes from extra.h, see patch below

Thank you for your time,
-Chase

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, December 15, 2019 10:38 AM, Chase via cdesktopenv-devel 
<cdesktopenv-devel@lists.sourceforge.net> wrote:

> These will be my last patches before the holidays, none of these import the 
> new ksh, they are just various cleanup of the source I had to do every time I 
> imported a new one. If by January when I come back, nothing is done with ksh, 
> I will take another stab at it.
>
> On an unrelated note, I think its time we commit the man pages, I have 
> searched all over for a modern sgml to man replacement, but it seems like 
> none exist, this would also cut our build time down and allow easier 
> conversion to utf8.
>
> Thank you for your time,
> -Chase
From cf9122c78744372f90c9c8fd66c45d80fe25a6eb Mon Sep 17 00:00:00 2001
From: Chase <nicetry...@protonmail.ch>
Date: Sun, 15 Dec 2019 15:02:21 -0600
Subject: [PATCH 4/4] extra.h: remove unused prototypes

---
 cde/programs/dtksh/extra.h | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/cde/programs/dtksh/extra.h b/cde/programs/dtksh/extra.h
index 4cb732f8..4ac9565f 100644
--- a/cde/programs/dtksh/extra.h
+++ b/cde/programs/dtksh/extra.h
@@ -43,26 +43,12 @@
 #define _Dtksh_extra_h
 
 
-
 extern void env_set( 
                         char *var) ;
 extern void env_set_gbl( 
                         char *vareqval) ;
 extern char * env_get( 
                         char *var) ;
-extern void * xkhash_init( 
-                        int num) ;
-extern void xkhash_override( 
-                        Hash_table_t *tbl,
-                        const char *name,
-                        void *val) ;
-extern void * xkhash_find( 
-                        Hash_table_t *tbl,
-                        const char *name) ;
-extern void xkhash_add( 
-                        Hash_table_t *tbl,
-                        const char *name,
-                        char *val) ;
 extern int ksh_eval( 
                         char *cmd) ;
 extern void env_set_var( 
@@ -87,6 +73,5 @@ extern void printerrf(
                         char *arg7) ;
 
 
-
 #endif /* _Dtksh_extra_h */
 /* DON'T ADD ANYTHING AFTER THIS #endif */
-- 
2.17.1

_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to