diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-06 01:54:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:25 -0500 |
commit | 97eac1a46a38eb5ae9e9d15caa96d1c3e1fb57dd (patch) | |
tree | 500289ea6166dcbc031eb98db6aafcd841d12d70 /source4/librpc/idl/atsvc.idl | |
parent | 8658136f26488d9e9838afc5f2424b9721bc50db (diff) | |
download | samba-97eac1a46a38eb5ae9e9d15caa96d1c3e1fb57dd.tar.gz samba-97eac1a46a38eb5ae9e9d15caa96d1c3e1fb57dd.tar.bz2 samba-97eac1a46a38eb5ae9e9d15caa96d1c3e1fb57dd.zip |
r9161: More etheral parser generator fixes
(This used to be commit b323e83e8df6ba331b3f0b3abe28aa8ddf9127ef)
Diffstat (limited to 'source4/librpc/idl/atsvc.idl')
-rw-r--r-- | source4/librpc/idl/atsvc.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/atsvc.idl b/source4/librpc/idl/atsvc.idl index d2e06b0e42..5c5b377a90 100644 --- a/source4/librpc/idl/atsvc.idl +++ b/source4/librpc/idl/atsvc.idl @@ -68,7 +68,7 @@ uint32 job_time; atsvc_DaysOfMonth days_of_month; atsvc_DaysOfWeek days_of_week; - uint8 flags; + atsvc_Flags flags; unistr *command; } atsvc_JobInfo; @@ -93,7 +93,7 @@ uint32 job_time; atsvc_DaysOfMonth days_of_month; atsvc_DaysOfWeek days_of_week; - uint8 flags; + atsvc_Flags flags; unistr *command; } atsvc_JobEnumInfo; |