mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-17 02:40:57 +01:00
bump version
This commit is contained in:
19
dicepwgen.h
19
dicepwgen.h
@@ -22,23 +22,24 @@
|
||||
#ifndef HAVE_DICE_H
|
||||
#define HAVE_DICE_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <getopt.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "dictfile.h"
|
||||
#include "tossing.h"
|
||||
#include "debug.h"
|
||||
|
||||
#define STRINGIZE(x) #x
|
||||
#define STRINGIZE_VALUE_OF(x) STRINGIZE(x)
|
||||
|
||||
#define VERSION "1.2.0"
|
||||
// #define VERSION "1.3.0"
|
||||
#define RLEN 1024
|
||||
static const char VERSION[] = "1.3.0";
|
||||
|
||||
extern int humantoss;
|
||||
extern int verbose;
|
||||
@@ -48,7 +49,7 @@ extern int WMIN;
|
||||
extern int WMAX;
|
||||
|
||||
int usage();
|
||||
int main (int argc, char **argv);
|
||||
int main(int argc, char **argv);
|
||||
void getwords(char *dictfile, int count);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user