Commit Graph

5 Commits

Author SHA1 Message Date
Denis Kenzior 5e5eed9f83 examples: Update gprs-provision to the new API 2011-01-26 14:55:58 -06:00
Jukka Saunamaki b186231ad2 gprs-provision: add example context provisioning driver 2011-01-26 14:55:58 -06:00
Denis Kenzior 939d66db51 examples: Add network name handling to history 2010-12-16 18:40:19 -06:00
Lucas De Marchi 00cdf2b427 examples: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-11-29 11:59:07 -06:00
Marcel Holtmann 88f1b3c85e build: Move example plugins to its own directory 2010-10-01 07:44:09 +02:00