~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/blenlib/BLI_gsqueue.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * A generic structure queue (a queue for fixed length
3
3
 * (generally small) structures.
4
4
 * 
5
 
 * $Id: BLI_gsqueue.h,v 1.5 2002/12/27 13:10:12 mein Exp $
 
5
 * $Id: BLI_gsqueue.h,v 1.6 2005/03/09 19:45:54 lukep Exp $
6
6
 *
7
7
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
8
8
 *
85
85
         * @param item A pointer to an appropriatly
86
86
         * sized structure (the size passed to BLI_gsqueue_new).
87
87
         */
88
 
void            BLI_qsueue_pushback     (GSQueue *gq, void *item);
 
88
void            BLI_gsqueue_pushback    (GSQueue *gq, void *item);
89
89
 
90
90
        /**
91
91
         * Free the queue