~ubuntu-branches/debian/sid/rpm/sid

« back to all changes in this revision

Viewing changes to lib/rpmte_internal.h

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2013-06-06 11:39:34 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130606113934-ela3du14fyba0t6u
Tags: 4.11.0.1-1
* New upstream release.
* Bump standards to 3.9.4.
* Refresh patches, update patch from Fedora.
* Build with Lua 5.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
RPM_GNUC_INTERNAL
79
79
void rpmteSetTSI(rpmte te, tsortInfo tsi);
80
80
 
 
81
RPM_GNUC_INTERNAL
 
82
int rpmteHaveTransScript(rpmte te, rpmTagVal tag);
 
83
 
81
84
/* XXX should be internal too but build code needs for now... */
82
85
rpmfs rpmteGetFileStates(rpmte te);
83
86