~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/BKE_packedFile.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
int readPackedFile(struct PackedFile *pf, void *data, int size);
75
75
 
76
76
/* ID should be not NULL, return 1 if there's a packed file */
77
 
int BKE_pack_check(struct ID *id);
 
77
bool BKE_pack_check(struct ID *id);
78
78
/* ID should be not NULL, throws error when ID is Library */
79
79
void BKE_unpack_id(struct Main *bmain, struct ID *id, struct ReportList *reports, int how);
80
80