diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-20 16:19:25 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-20 16:19:25 +0300 |
commit | c0149602a60e21d82b2564daee06a6b43b1f671a (patch) | |
tree | e713c532dde300311bda941976728df533eb9899 /lib/fsm.h | |
parent | a5aa5ffce8ab5a5eb27f2f021b5affd60a2e518b (diff) | |
download | librpm-tizen-c0149602a60e21d82b2564daee06a6b43b1f671a.tar.gz librpm-tizen-c0149602a60e21d82b2564daee06a6b43b1f671a.tar.bz2 librpm-tizen-c0149602a60e21d82b2564daee06a6b43b1f671a.zip |
Rename public fileAction* type to rpmFileAction for namespacing
Diffstat (limited to 'lib/fsm.h')
-rw-r--r-- | lib/fsm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -162,7 +162,7 @@ struct fsm_s { const char * fcontext; /*!< File security context (NULL disables). */ unsigned fflags; /*!< File flags. */ - fileAction action; /*!< File disposition. */ + rpmFileAction action; /*!< File disposition. */ fileStage goal; /*!< Package state machine goal. */ fileStage stage; /*!< External file stage. */ fileStage nstage; /*!< Next file stage. */ @@ -186,7 +186,7 @@ const char * fileStageString(fileStage a) ; * @param a file dispostion * @return formatted string */ -const char * fileActionString(fileAction a) ; +const char * fileActionString(rpmFileAction a) ; /** * Create file state machine instance. |