aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-02-21 22:11:23 +0000
committerDavid Shaw <[email protected]>2004-02-21 22:11:23 +0000
commit93b5a811ef897ca30929a66f0521738fb3c71307 (patch)
tree2d1cf82f6a24d6589949eabf16cf3a5ee8fa267f /g10/main.h
parent* keyserver.c (keyserver_export): Disallow user strings that aren't key (diff)
downloadgnupg-93b5a811ef897ca30929a66f0521738fb3c71307.tar.gz
gnupg-93b5a811ef897ca30929a66f0521738fb3c71307.zip
* main.h, misc.c (hextobyte): Removed. It's in libutil.a now.
Diffstat (limited to '')
-rw-r--r--g10/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h
index 8476bd641..bbc971970 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -91,7 +91,6 @@ struct expando_args
};
char *pct_expando(const char *string,struct expando_args *args);
-int hextobyte( const char *s );
void deprecated_warning(const char *configname,unsigned int configlineno,
const char *option,const char *repl1,const char *repl2);
const char *compress_algo_to_string(int algo);