~ubuntu-branches/ubuntu/precise/modemmanager/precise

« back to all changes in this revision

Viewing changes to libqcdm/tests/test-qcdm-com.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-02-08 15:47:24 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120208154724-8j99jwe6secj5tdm
Tags: 0.5.1.96+git201202081807.635fce1-0ubuntu1
* upstream snapshot 2012-02-08 18:07:13 (GMT)
  + 635fce193ff3a1dbbdee2abab9aa3ab121df25f0
* debian/rules: as for NetworkManager, drop a few characters from the version
  number for git snapshots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
void test_com_event_report (void *f, void *data);
53
53
 
 
54
void test_com_log_config (void *f, void *data);
 
55
 
54
56
void test_com_zte_subsys_status (void *f, void *data);
55
57
 
56
58
void test_com_nw_subsys_modem_snapshot_cdma (void *f, void *data);
57
59
 
 
60
void test_com_wcdma_subsys_state_info (void *f, void *data);
 
61
 
 
62
void test_com_gsm_subsys_state_info (void *f, void *data);
 
63
 
58
64
#endif  /* TEST_QCDM_COM_H */
59
65