summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
'>mode:
authorChris Rorvick <chris@rorvick.com>2015-01-12 12:43:00 -0800
committerTakashi Iwai <tiwai@suse.de>2015-01-12 22:24:11 +0100
commitd29b854fe9036a505af373ac485b2110ebae6ccd (patch)
tree596d208ea513e8016ce8496f4a11aa6fdb16fd7b /sound
parenta46c467251353109683d353826208a17aec9383e (diff)
staging: line6: Make *_disconnect() functions static
Remove declarations from the header and move the definitions up in the source so they need not be forward declared. Signed-off-by: Chris Rorvick <chris@rorvick.com> Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')