X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=secnet.h;h=0d5b8396d9abf95e63c6a8f56c6d12b5c88ae3b8;hb=8edfb13017ffb9706dfec817743d6227c300d540;hp=7c650a9459f54e9ef2d0684fc1a4cad6911b6509;hpb=6ad4275ab8f324ad8f718c1e532826a51d68ac10;p=secnet.git diff --git a/secnet.h b/secnet.h index 7c650a9..0d5b839 100644 --- a/secnet.h +++ b/secnet.h @@ -404,7 +404,7 @@ struct sigscheme_info; typedef bool_t sigscheme_loadpub(const struct sigscheme_info *algo, struct buffer_if *pubkeydata, struct sigpubkey_if **sigpub_r, - struct log_if *log); + struct log_if *log, struct cloc loc); /* pubkeydata is (supposedly) for this algorithm. * loadpub should log an error if it fails. * pubkeydata may be modified (but not freed) */