summaryrefslogtreecommitdiff
path: root/setedit/setedit/include/loadnobkp.h
diff options
context:
space:
mode:
Diffstat (limited to 'setedit/setedit/include/loadnobkp.h')
-rw-r--r--setedit/setedit/include/loadnobkp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/setedit/setedit/include/loadnobkp.h b/setedit/setedit/include/loadnobkp.h
deleted file mode 100644
index d67649a..0000000
--- a/setedit/setedit/include/loadnobkp.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright (C) 2001 by Salvador E. Tropea (SET),
- see copyrigh file for details */
-#ifndef LOADNOBKP_H_INCLUDED
-#define LOADNOBKP_H_INCLUDED
-
-const int NBKPMaxLineLen=1024;
-
-void NBKPSetFileName(const char *name, unsigned ctxHelp);
-void NBKPSetSaveFileName(const char *save);
-int NBKPMakeIt(const char *name);
-void UnloadNBKP();
-void NBKPEdit(void);
-
-#endif // LOADNOBKP_H_INCLUDED