1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-08-02 23:50:28 +00:00

bvi-1.5.0.src.tar.gz

6540716a1a3b2b9711635108da14b26baea488881d4a682121c0bddbba6b74cb  bvi-1.5.0.src.tar.gz

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Gerhard Bürgmann 2025-07-27 10:02:07 -04:00 committed by Vincent Batts
parent 75fc14b579
commit 50898d8d59
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
28 changed files with 1936 additions and 1473 deletions

7
set.h
View file

@ -2,8 +2,8 @@
*
* NOTE: Edit this file with tabstop=4 !
*
* Copyright 1996-2019 by Gerhard Buergmann
* Gerhard.Buergmann@puon.at
* Copyright 1996-2025 by Gerhard Buergmann
* gerhard@puon.at
*
* 1998-03-14 V 1.0.0
* 1999-01-14 V 1.1.0
@ -14,6 +14,7 @@
* 2010-06-02 V 1.3.4
* 2013-08-23 V 1.4.0
* 2019-01-22 V 1.4.1
* 2025-05-24 V 1.5.0
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@ -34,7 +35,7 @@ struct param {
char *shortname; /* permissible abbreviation */
off_t nvalue;
char *svalue;
int flags;
int flags;
};
extern struct param params[];