diff options
Diffstat (limited to 'tdeprint/driverparse.h')
-rw-r--r-- | tdeprint/driverparse.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tdeprint/driverparse.h b/tdeprint/driverparse.h index 775c81187..3e0d5d2fd 100644 --- a/tdeprint/driverparse.h +++ b/tdeprint/driverparse.h @@ -1,6 +1,7 @@ /* * This file is part of the KDE libraries * Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be> + * Copyright (c) 2014 Timothy Pearson <kb9vqf@pearsoncomputing.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -22,9 +23,9 @@ #include <stdio.h> -void registerHandler(const char *name, void(*initf)(const char*), int(*parsef)(const char*, FILE*)); +void registerHandler(const char *name, void(*initf)(const char*), int(*parsef)(const char*, const char*, FILE*)); void initFoomatic(void); int execute(int argc, char *argv[]); -void addFile(const char *filename); +void addFile(const char *filename, const char *origin); #endif |