diff options
Diffstat (limited to 'build/rpmbuild_internal.h')
-rw-r--r-- | build/rpmbuild_internal.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/build/rpmbuild_internal.h b/build/rpmbuild_internal.h index 1c588709b..f0b2e46e1 100644 --- a/build/rpmbuild_internal.h +++ b/build/rpmbuild_internal.h @@ -19,26 +19,6 @@ typedef struct ReadLevelEntry { struct ReadLevelEntry * next; } RLE_t; -typedef struct spectag_s { - int t_tag; - int t_startx; - int t_nlines; - char * t_lang; - char * t_msgid; -} * spectag; - -struct spectags_s { - spectag st_t; - int st_nalloc; - int st_ntags; -}; - -struct speclines_s { - char **sl_lines; - int sl_nalloc; - int sl_nlines; -}; - /** \ingroup rpmbuild */ struct Source { @@ -49,8 +29,6 @@ struct Source { struct Source * next; }; -typedef struct spectags_s * spectags; -typedef struct speclines_s * speclines; typedef struct Package_s * Package; /** \ingroup rpmbuild @@ -62,9 +40,6 @@ struct rpmSpec_s { char * buildSubdir; const char * rootDir; - speclines sl; - spectags st; - struct OpenFileInfo * fileStack; char lbuf[10*BUFSIZ]; char *lbufPtr; @@ -291,16 +266,6 @@ RPM_GNUC_INTERNAL rpmRC rpmCharCheck(rpmSpec spec, char *field, size_t fsize, const char *whitelist); /** \ingroup rpmbuild - * stashSt. - * @param spec spec file control structure - * @param h header - * @param tag tag - * @param lang locale - */ -RPM_GNUC_INTERNAL -spectag stashSt(rpmSpec spec, Header h, rpmTagVal tag, const char * lang); - -/** \ingroup rpmbuild * Parse dependency relations from spec file and/or autogenerated output buffer. * @param spec spec file control structure * @param pkg package control structure |