summaryrefslogtreecommitdiff
path: root/examples/extern.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-09-20 17:48:15 +0100
committerColin Watson <cjwatson@debian.org>2020-09-20 17:48:15 +0100
commit05fa6dd7724ccfd1c183e6e4bf9d22eb12abea8c (patch)
tree71d3eccc33c93c230b021c72f1fb9cf2247bf6c0 /examples/extern.h
parentb77d6ed4d47acbc836f05be0e9f4abeb104e21ff (diff)
parent173bfbf7886608a4a7abbfac6a42ac4bf4a3432d (diff)
Update upstream source from tag 'upstream/1.5.0'
Update to upstream version '1.5.0' with Debian dir 102fd7ed15b138200444754d256b136933185ec2
Diffstat (limited to 'examples/extern.h')
-rw-r--r--examples/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/extern.h b/examples/extern.h
index 578b8c4..0ea68c4 100644
--- a/examples/extern.h
+++ b/examples/extern.h
@@ -27,6 +27,7 @@ int write_rsa_pubkey(const char *, const void *, size_t);
27int write_eddsa_pubkey(const char *, const void *, size_t); 27int write_eddsa_pubkey(const char *, const void *, size_t);
28#ifdef SIGNAL_EXAMPLE 28#ifdef SIGNAL_EXAMPLE
29void prepare_signal_handler(int); 29void prepare_signal_handler(int);
30extern volatile sig_atomic_t got_signal;
30#endif 31#endif
31 32
32#endif /* _EXTERN_H_ */ 33#endif /* _EXTERN_H_ */