~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to local/mib2c-conf.d/mfd-top.m2c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#############################################################  -*- c -*-
2
2
## generic include for XXX. Do not use directly.
3
 
## $Id: mfd-top.m2c,v 1.49 2005/12/05 12:47:43 rstory Exp $
 
3
## $Id: mfd-top.m2c 14170 2006-01-26 17:02:48Z dts12 $
4
4
########################################################################
5
5
########################################################################
6
6
##
77
77
@eval $hack = "Id"@
78
78
/*
79
79
 * Note: this file originally auto-generated by mib2c using
80
 
 *       version $Revision: 1.49 $ of $RCSfile: mfd-top.m2c,v $
 
80
 *       version $Revision: 14170 $ of $RCSfile$
81
81
 *
82
82
 * $$hack:$
83
83
 */
84
84
@include generic-header-top.m2i@
85
85
 
86
 
/** @defgroup misc misc: Miscelaneous routines
 
86
/** @addtogroup misc misc: Miscellaneous routines
87
87
 *
88
88
 * @{
89
89
 */
90
90
@if $m2c_mark_boundary == 1@
91
 
/** START header generated by $RCSfile: mfd-top.m2c,v $ $Revision: 1.49 $ */
 
91
/** START header generated by $RCSfile$ $Revision: 14170 $ */
92
92
@end@
93
93
#include <net-snmp/library/asn1.h>
94
94
 
278
278
 * TODO:499:x: *************************************************************
279
279
 */
280
280
@if $m2c_mark_boundary == 1@
281
 
/** END header generated by $RCSfile: mfd-top.m2c,v $ $Revision: 1.49 $ */
 
281
/** END header generated by $RCSfile$ $Revision: 14170 $ */
282
282
@end@
283
283
@include generic-header-bottom.m2i@
 
284
/** @} */
284
285
######################################################################
285
286
## Do the .c file
286
287
######################################################################
288
289
@open ${name}.c@
289
290
/*
290
291
 * Note: this file originally auto-generated by mib2c using
291
 
 *       version $Revision: 1.49 $ of $RCSfile: mfd-top.m2c,v $ 
 
292
 *       version $Revision: 14170 $ of $RCSfile$ 
292
293
 *
293
294
 * $$hack:$
294
295
 */
295
 
/** \mainpage MFD helper for ${name}
 
296
/** \page MFD helper for ${name}
296
297
 *
297
298
 * \section intro Introduction
298
299
 * Introductory text.
302
303
#include <net-snmp/agent/mib_modules.h>
303
304
 
304
305
@if $m2c_mark_boundary == 1@
305
 
/** START code generated by $RCSfile: mfd-top.m2c,v $ $Revision: 1.49 $ */
 
306
/** START code generated by $RCSfile$ $Revision: 14170 $ */
306
307
@end@
307
308
#include "${name}_interface.h"
308
309
 
520
521
 *   deleted rows have been removed from the container and
521
522
 *   released.
522
523
 *
 
524
 * @param user_context
523
525
 * @param rc : MFD_SUCCESS if all requests succeeded
524
526
 *
525
527
 * @retval MFD_SUCCESS : success.
575
577
########################################################################
576
578
/** @{ */
577
579
@if $m2c_mark_boundary == 1@
578
 
/** END code generated by $RCSfile: mfd-top.m2c,v $ $Revision: 1.49 $ */
 
580
/** END code generated by $RCSfile$ $Revision: 14170 $ */
579
581
@end@
580
582
##
581
583
########################################################################