~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to pkcs11/ssh-store/tests/test-suite.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-14 22:13:02 UTC
  • mfrom: (1.3.1)
  • mto: (80.2.8 experimental) (1.1.77)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: package-import@ubuntu.com-20120514221302-0l3gjmqpe6xopond
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* This is auto-generated code. Edit at your own peril. */
2
 
#include "testing/testing.h"
3
 
 
4
 
#ifndef TESTING_HEADER_INCLUDED
5
 
#define TESTING_HEADER_INCLUDED
6
 
 
7
 
void testing__test__parse_public(int *__unused, gconstpointer __data);
8
 
void testing__test__parse_private(int *__unused, gconstpointer __data);
9
 
void testing__setup__private_key_setup(int *__unused, gconstpointer __data);
10
 
void testing__teardown__private_key_teardown(int *__unused, gconstpointer __data);
11
 
void testing__test__private_key_parse_plain(int *__unused, gconstpointer __data);
12
 
void testing__test__private_key_parse_and_unlock(int *__unused, gconstpointer __data);
13
 
void testing__external__ssh_module(void);
14
 
 
15
 
#endif /* TESTING_HEADER_INCLUDED */
16