mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/cdp.h work.new/skip/keymgrd/cdp.h
|
|
--- skipsrc-1.0.orig/skip/keymgrd/cdp.h Fri Oct 25 13:12:46 1996
|
|
+++ work.new/skip/keymgrd/cdp.h Tue Jan 25 09:58:30 2000
|
|
@@ -172,7 +172,7 @@
|
|
void cdp_putfail(u_char nsid, const Bstream& mkid);
|
|
|
|
Bstream encode();
|
|
- decode(Bstream &);
|
|
+ int decode(Bstream &);
|
|
|
|
void print();
|
|
void clear();
|