summaryrefslogtreecommitdiff
path: root/setedit/settvuti/include/tprogdia.h
diff options
context:
space:
mode:
Diffstat (limited to 'setedit/settvuti/include/tprogdia.h')
-rw-r--r--setedit/settvuti/include/tprogdia.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/setedit/settvuti/include/tprogdia.h b/setedit/settvuti/include/tprogdia.h
deleted file mode 100644
index 5ae39a6..0000000
--- a/setedit/settvuti/include/tprogdia.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright (C) 1996,1997,1998,1999,2000 by Salvador E. Tropea (SET),
- see copyrigh file for details */
-void ProgBar_Init(const char *title, int max, const char *comment1=0, const char *comment2=0);
-void ProgBar_DeInit(void);
-void ProgBar_UpDate(int pos);
-void ProgBar_SetComments(const char *comment1, const char *comment2=0);
-// Default value, to be remapped if needed and then copied to current
-extern char ProgBar_DefaultChar;
-// Currently used
-extern char ProgBar_CurrentChar;
-